arctl runtime
Runtime bootstrap helpers.
Runtime records are managed declaratively: arctl apply -f runtime.yaml # create or update arctl get runtimes # list arctl get runtime NAME -o yaml # inspect arctl delete runtime NAME # remove
The subcommands below are bootstrap helpers only (e.g. arctl runtime setup bedrock-agent-core generates a CloudFormation template you apply outside the registry).
Usage
arctl runtime [command]Available Commands
| Command | Description |
|---|---|
| setup | Generate runtime bootstrap configuration |
Global flags
-h, --help: Display help information for the command.
--registry-token string: Registry bearer token (defaults to value of ARCTL_API_TOKEN env var).
--registry-url string: Registry URL (overrides ARCTL_API_BASE_URL env var; defaults to http://localhost:12121).