Documentation Index
Fetch the complete documentation index at: https://liquidai-fix-android-sdk-qa-issues.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
login
Authenticate with the LEAP platform using your API token.
api-token(required): Your LEAP platform API token
- Validates the API token with the LEAP platform
- Stores the token in
~/.liquid-leapconfiguration file - If already logged in with a different token, prompts for confirmation to switch
- If already logged in with the same token, shows a warning message
- Invalid API token: Shows validation error and exits with code 1
- Network connectivity issues: Shows connection error
- Token storage failure: Shows file system error
logout
Clear stored authentication credentials.
- Removes the stored API token from the configuration file
- If not logged in, shows informational message
- Always exits successfully
whoami
Display information about the currently authenticated user.
- Queries the LEAP platform API to get user information
- Displays the email address associated with the current API token
- Requires valid authentication
- Not authenticated: Prompts to login first
- Invalid/expired token: Shows authentication error
- Network issues: Shows connection error