wf profiles
wf profiles
Manage profiles, allowing you to switch, list, and show profiles
Synopsis
Profiles provide a means to store, configure and switch between multiple Wayfinder instances from a single configuration. Alternatively, you might use profiles to use different identities (i.e. admin / user) to a single instance. These are automatically created for you with:
$ wf login
Or, you can manually configure them using:
$ wf profile configure
wf profiles [flags]
Examples
$ wf profile # Shows this help menu
$ wf profile show # Shows the profile in use
$ wf profile list # Shows all the profiles available to you
$ wf profile use <name> # Switches to another profile
$ wf profile configure <name> # Lets you configure a profile
$ wf profile rm <name> # Removes a profile
$ wf profile set <path> <value> # Set configuration values
$ wf profile get <path> # Get configuration values
Options
-h, --help help for profiles
Options inherited from parent commands
--debug Debug / trace logging (default: false)
--force Force operation to happen (default: false)
--no-wait Do not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table) (default "table")
--profile string Use a profile other than your current - to change current: wf use profile NAME
--show-headers Display headers on table out (default true)
--verbose Verbose logging (default: false)
-w, --workspace string Workspace to use - to change default: wf use workspace NAME
SEE ALSO
- wf - CLI interface for Wayfinder
- wf profiles configure - Configures a new profile for you
- wf profiles delete - Removes a profile from configuration
- wf profiles get - Lets you get values within the current selected profile
- wf profiles list - Lists all the profiles that have been configured so far
- wf profiles set - Lets you set various options within the current selected profile
- wf profiles show - Shows the profile currently in use
- wf profiles use - Switches to another profile