Skip to main content

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              Indicates we should use debug / trace logging (default: false)
--force Used to force an operation to happen (default: false)
--no-wait Indicates we should not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table,template) (default "table")
--profile string Use a profile other than your default for this command
--show-headers Indicates we should display headers on table out (default true)
--verbose Enables verbose logging for debugging purposes (default: false)
-w, --workspace string The workspace you are operating within

SEE ALSO