Opensearch-cli profile --help
Jump to navigation
Jump to search
opensearch-cli profile --help A named profile is a collection of settings and credentials that you can apply to an opensearch-cli command. When you specify a profile for a command (e.g. `opensearch-cli <command> --profile <profile_name>`), opensearch-cli uses the profile's settings and credentials to run the given command. To configure a default profile for commands, either specify the default profile name in an environment variable (`OPENSEARCH_PROFILE`) or create a profile named `default`. Usage: opensearch-cli profile [command] Available Commands: create Create profile delete Delete profiles by names list List profiles from the config file Flags: -h, --help Help for profile Global Flags: -c, --config string Configuration file for opensearch-cli, default is /Users/sf/.opensearch-cli/config.yaml -p, --profile string Use a specific profile from your configuration file Use "opensearch-cli profile [command] --help" for more information about a command.
Advertising: