_nifectl auth_

Manage authentication

About#

Authenticate with Nife (and logout if you need to). If you do not have an account, start with the AUTH SIGNUP command. If you do have and account, begin with the AUTH LOGIN subcommand.

Usage#

nifectl auth [command] [flags]

Available Commands#

  • login - Log in a user
  • logout - Logs out the currently logged in user
  • signup - Create a new nife account
  • token - Show the current auth token
  • whoami - Show the currently authenticated user

Options#

-h, --help help for auth

Global Options#

-t, --access-token string Nife API Access Token
-j, --json json output

See Also#