-
-
Notifications
You must be signed in to change notification settings - Fork 1
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/