Task | Command family | Why it exists |
|---|---|---|
Configure a profile | anvil configure or anvil static-config | Stores endpoint and credential settings. |
Get a token | anvil auth get-token | Verifies credentials and obtains a bearer token. |
Manage buckets | anvil bucket ... | Creates, lists, or deletes bucket boundaries where authorised. |
Manage objects | anvil object ... | Puts, gets, heads, lists, and deletes objects. |
Delegated auth | anvil auth ... | Performs permitted auth operations. |
Ingestion keys | anvil hf key ... | Manages credentials for source/model ingestion workflows. |
Ingestion jobs | anvil hf ingest ... | Starts and inspects ingestion into buckets. |
Task | Command family | Safety note |
|---|---|---|
Create tenants | admin tenant ... | Changes administrative boundaries. |
Create applications | admin app ... | Creates credentialed callers. |
Grant policy | admin policy grant ... | Expands what callers may do. Review carefully. |
Register regions | admin region ... | Affects placement and cluster behaviour. |
Set bucket public access | admin bucket set-public-access ... | Can expose data if misused. |
Create admin users | admin user ... | Grants human administrative entry points. |
anvil static-config \
--name production \
--host https://anvil.example.com \
--client-id "$ANVIL_CLIENT_ID" \
--client-secret "$ANVIL_CLIENT_SECRET" \
--default