CLI
ankra registry
Manage the organisation’s Ankra registry
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage the organisation’s Ankra registry
ankra registry robots create <name> [flags]
ankra registry robots create jenkins --description "Jenkins on the office server"
ankra registry robots create edge-cluster --scope pull
ankra registry robots create jenkins -o json | jq -r .secret
| Flag | Default | Description |
|---|---|---|
--description | What this robot is for (shown in the listing) | |
-o, --output | Output format: json or yaml (default: human-readable) | |
--scope | push | Rights on the project: push (push and pull) or pull |
ankra registry robots delete <name> [flags]
ankra registry robots delete jenkins --yes
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) | |
--yes | false | Skip the confirmation prompt |
ankra registry robots get <name> [flags]
ankra registry robots get jenkins
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |
ankra registry robots list [flags]
ankra registry robots list
ankra registry robots list -o json
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |
ankra registry robots rotate <name> [flags]
ankra registry robots rotate jenkins
ankra registry robots rotate jenkins --yes -o json | jq -r .secret
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) | |
--yes | false | Skip the confirmation prompt |