ArangoDB v3.13 is under development and not released yet. This documentation is not final and potentially incomplete.
Oasisctl Login
oasisctl login
Login to ArangoDB Oasis using an API key
Synopsis
To authenticate in a script environment, run:
export OASIS_TOKEN=$(oasisctl login --key-id=<your-key-id> --key-secret=<your-key-secret>)
oasisctl login [flags]
Options
-h, --help help for login
-i, --key-id string API key identifier
-s, --key-secret string API key secret
Options Inherited From Parent Commands
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
--format string Output format (table|json) (default "table")
--token string Token used to authenticate at ArangoDB Oasis
See also
- oasisctl - ArangoGraph Insights Platform