Waypoint Login
Command: waypoint login
Log in to a Waypoint server
Usage
Usage: waypoint login [server address]
Log in to a Waypoint server.
This is usually the first command a new user runs to gain CLI access to an existing Waypoint server.
If the server address is not specified and you have an active context (see "waypoint context"), then this command will reauthenticate to the currently active server.
This command can be used for token-based authentication as well as other forms such as OIDC. You can use "-token" to specify a login or invite token and configure the CLI to access the server.
Global Options
-plain
- Plain output: no colors, no animation.-app=<string>
- App to target. Certain commands require a single app target for Waypoint configurations with multiple apps. If you have a single app, then this can be ignored.-workspace=<string>
- Workspace to operate in.
Connection Options
-server-addr=<string>
- Address for the server.-server-tls
- True if the server should be connected to via TLS.-server-tls-skip-verify
- True to skip verification of the TLS certificate advertised by the server.
Command Options
-auth-method=<string>
- Auth method to use for login. This will default to the only available auth method if only one exists.-token=<string>
- Auth with a token. This will force auth-method to 'token'. This works with both login and invite tokens.