Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambiguous commands #54

Open
choonho opened this issue Jul 2, 2024 · 0 comments
Open

Ambiguous commands #54

choonho opened this issue Jul 2, 2024 · 0 comments

Comments

@choonho
Copy link
Member

choonho commented Jul 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant