Skip to content

Command Lines

JV conseil edited this page Feb 19, 2023 · 6 revisions
clone           To clone a GitHub repo.
delete          To erase the app.
login           To login to GitHub.
gh_cli_install  To install GitHub CLI.
gh auth logout  To logout from GitHub.
update          To update 'ucloud' script.
start           To go back to the launching page.

Clone the 'ucloud' repo at the root of your working folder

/work/{working-folder}/
├── data/
└── ...
cd /work/{working-folder} || exit
git clone https://github.com/JV-conseil/ucloud.git

Execute the script

cd /work/{working-folder}/ucloud/github
bash run.sh

A cloned repo {some-repo} will be sync into {working-folder}

/work/{working-folder}/
├── {some-repo}/
├── data/
├── install/
└── ucloud/
Clone this wiki locally