Skip to content

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
agentcore-cli config show [--environment ENV]

config validate

Validate configuration integrity.

Bash
agentcore-cli config validate

config export

Export configuration to a file.

Bash
agentcore-cli config export [--file PATH]

config import

Import configuration from a file.

Bash
agentcore-cli config import <file> [--force]

config set-default-agent

Set the default agent for an environment.

Bash
agentcore-cli config set-default-agent <name> [--environment ENV]

config sync

Manage configuration synchronization with AWS Parameter Store.

Bash
agentcore-cli config sync [enable|disable|status|push|pull]

Detailed Documentation

Complete documentation for each command will be added in a future update.