Appearance
auth command
The auth command groups together all auth-related commands in the application.
| Command | Description |
|---|---|
| login | Log in to the cli |
| logout | Log out of the cli |
Logging in
The login command opens a sign in page and asks you to authorize the CLI. In most cases this only has to be done once, because the generated license file can simply be renewed against the backend when it expires.
bash
migrata auth loginLogging out
The logout command wipes out the stored license file that helps the tool authenticate the product.
bash
migrata auth logout