Skip to content

Ambiguous commands #54

Open
Open
@choonho

Description

@choonho

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions