Configuration Commands¶
Work in Progress
This page is currently under development.
Overview¶
The config
command group contains all commands related to managing AgentCore CLI configuration, including viewing, exporting, importing, and synchronizing configuration with AWS Parameter Store.
Commands¶
config show¶
Show the current configuration.
Bash | |
---|---|
config validate¶
Validate configuration integrity.
Bash | |
---|---|
config export¶
Export configuration to a file.
Bash | |
---|---|
config import¶
Import configuration from a file.
Bash | |
---|---|
config set-default-agent¶
Set the default agent for an environment.
Bash | |
---|---|
config sync¶
Manage configuration synchronization with AWS Parameter Store.
Bash | |
---|---|
Detailed Documentation¶
Complete documentation for each command will be added in a future update.