-
Notifications
You must be signed in to change notification settings - Fork 0
CLI
Trenton Young edited this page Aug 6, 2024
·
3 revisions
Usage: startout-paths [OPTIONS] TEMPLATE NEW_REPO_NAME [NEW_REPO_OWNER]
┌─ Arguments ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ * template TEXT Path Template to use. This may be a fully-formed GitHub repo (e.g. User/Repo) or part of name which will be │
│ completed interactively │
│ [default: None] │
│ [required] │
│ * new_repo_name TEXT Name of new repo created from Path [default: None] [required] │
│ new_repo_owner [NEW_REPO_OWNER] User or Organization that will own the new repo (leave blank to assign interactively) │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
┌─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ --public --private Set visibility of the new repo [default: public] │
│ --help Show this message and exit. │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Usage: startout-starter [OPTIONS] [STARTERFILE_PATH]
Perform all automatic set up steps defined in a Starterfile
┌─ Arguments ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ starterfile_path [STARTERFILE_PATH] Startfile to use [default: Starterfile.yaml] │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
┌─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it or customize the installation. │
│ --help Show this message and exit. │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘