
aws-configure
List of commands for aws-configure:
-
aws-configure:tldr:29062 aws-configure: Set the value of a configuration variable in a specific profile.$ aws configure set ${name} ${value} --profile ${profile_name}try on your machineexplain this command
-
aws-configure:tldr:326c8 aws-configure: Display the value from a specific configuration variable.$ aws configure get ${name}try on your machineexplain this command
-
aws-configure:tldr:329df aws-configure: Configure AWS CLI interactively (creates a new configuration or updates the default).$ aws configuretry on your machineexplain this command
-
aws-configure:tldr:537b7 aws-configure: Configure a named profile for AWS CLI interactively (creates a new profile or updates an existing one).$ aws configure --profile ${profile_name}try on your machineexplain this command
-
aws-configure:tldr:6c295 aws-configure: Set the value of a specific configuration variable.$ aws configure set ${name} ${value}try on your machineexplain this command
-
aws-configure:tldr:72ba2 aws-configure: List the configuration entries.$ aws configure listtry on your machineexplain this command
-
aws-configure:tldr:76c41 aws-configure: Display the value for a configuration variable in a specific profile.$ aws configure get ${name} --profile ${profile_name}try on your machineexplain this command
-
aws-configure:tldr:c80ae aws-configure: List the configuration entries for a specific profile.$ aws configure list --profile ${profile_name}try on your machineexplain this command