Log in to obtain your access token.
appcircle login [options]
appcircle login personal-access-key --secret <secret>
--secret <secret> Personal Access Key
appcircle login api-key --name <name> --secret <secret> [--organization-id <id>]
--name <name> API Key name
--secret <secret> API Key secret
--organization-id <id> Organization ID (optional)
# Login with Personal Access Key
appcircle login personal-access-key --secret "my-secret"
# Login with API Key
appcircle login api-key --name "my-api-key" --secret "my-secret"
# Login with API Key and specific organization
appcircle login api-key --name "my-api-key" --secret "my-secret" --organization-id "org-123"- If you're already logged in and try to login again, you'll see a "You are already logged in" message
- You must logout first before logging in with different credentials
- Use
appcircle logoutto clear your current authentication
In interactive mode (appcircle -i), authentication options are grouped under "Authentication (Login/Logout)" menu:
- Select "Authentication (Login/Logout)" from the main menu
- Choose "Login" or "Logout" from the submenu
- When choosing Login, you can authenticate using:
- API Key
- Personal Access Key
- When choosing Login, you can authenticate using:
- Use "⬅ Back" to navigate between menus
--help Show help for command