Skip to main content

wf login

wf login

Authenticate yourself and retrieve a token for Wayfinder

Synopsis

Used to log in to an instance of Wayfinder, by default using your currently selected profile.

wf login [flags]

Examples


# Log in to currently-selected profile
$ wf login

# Create a profile named 'wfprod' for the Wayfinder instance api.wayfinder.yourorg.org, and log in:
$ wf login wfprod -a https://api.wayfinder.yourorg.org/

Options

  -a, --api-url string      Specify the wayfinder API server to login
--ca-file string Path to a file containing a root CA public key to verify Wayfinder's API HTTP certificate
-h, --help help for login
-l, --local Indicates we are using a local login
--no-profile-change Leave current WF profile selected even if the login has used a different profile
--non-interactive Non-interactive mode
-p, --password string Password used for local login
-u, --username string Username used for local login

Options inherited from parent commands

      --debug              Indicates we should use debug / trace logging (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

  • wf - wf provides a cli for Wayfinder