shc repo
manage app repositories
Reference for the repo CLI group. Source: modules/repo/commands/.
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
add | add a repository |
ls | list repositories |
rm | remove a repository |
sync | sync repository apps |
update | update a repository |
shc repo add
Section titled “shc repo add”add a repository
| Flag | Type | Required | Help |
|---|---|---|---|
--token | str | no | authentication token for private repositories |
--priority | str | no | repository priority |
--tenant / -t | str | no | tenant scope for repository |
--environment / -e | str | no | environment scope for repository |
--sync-interval | str | no | sync interval |
Source: modules/repo/commands/
shc repo ls
Section titled “shc repo ls”list repositories
| Flag | Type | Required | Help |
|---|---|---|---|
--tenant / -t | str | no | filter by tenant_name scope |
-v / --verbose | bool | no | show detailed information |
Source: modules/repo/commands/
shc repo rm
Section titled “shc repo rm”remove a repository
| Flag | Type | Required | Help |
|---|---|---|---|
-y / --yes | bool | no | skip confirmation prompt |
Source: modules/repo/commands/
shc repo sync
Section titled “shc repo sync”sync repository apps
| Flag | Type | Required | Help |
|---|---|---|---|
--force / -f | bool | no | force re-sync |
Source: modules/repo/commands/
shc repo update
Section titled “shc repo update”update a repository
| Flag | Type | Required | Help |
|---|---|---|---|
--priority | str | no | repository priority |
--sync-interval | str | no | sync interval |
Source: modules/repo/commands/
shc@docs:~$