You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optional arguments:
-h, --help show this help message and exit
--org "organization" organization of github repository (Default=cloudforet-io)
--dest "destination" destination of workflows
--type "repository|topic|all"
type of destination
Examples:
python src/main.py --org exam-org --dest inventory --type repository
python src/main.py --dest inventory --type repository
python src/main.py --dest config --type repository
python src/main.py --dest core/console --type topic
python src/main.py --dest common --type all # distribute specific topics to all repositories
The text was updated successfully, but these errors were encountered:
The command is a little ambiguous about "dest"
Destination depends on type.
We need to clarify the command again.
--- origin ---
usage: main.py [-h] [--org "organization"] --dest "destination" --type "repository|topic|all"
File push to github repository
optional arguments:
-h, --help show this help message and exit
--org "organization" organization of github repository (Default=cloudforet-io)
--dest "destination" destination of workflows
--type "repository|topic|all"
type of destination
Examples:
python src/main.py --org exam-org --dest inventory --type repository
python src/main.py --dest inventory --type repository
python src/main.py --dest config --type repository
python src/main.py --dest core/console --type topic
python src/main.py --dest common --type all # distribute specific topics to all repositories
The text was updated successfully, but these errors were encountered: