Command Line Interface
Workspace
Prerequisites
- Have a Heex CLI
- Have a USER_SECRET_KEY. Must be accessible in your personal space on the Heex cloud platform.
Usage
Subcommand | Description |
---|---|
get-storage | Get storage information of a workspace. |
set-storage | Set storage information for a workspace. |
Usage:
How to get storage information of a workspace
Use get-storage
to retrieve storage information from your workspace.
Information provided includes cloud provider, region, path, name … see example below for more details.
Options:
-k, --api-key
: Your user secret key (required)
Usage:
Example:
How to set storage information for a workspace
Use set-storage
to configure or modify the storage information on your workspace. You’ll need to provide all information below to be able to set a new storage configuration.
Options:
-k, --api-key
: Your user secret key (required)--provider [AWS|Google|Azure]
: The storage provider.--bucket TEXT
: Bucket name (required)--region TEXT
: Region name (required)--path TEXT
: Path in the bucket (required)--bucket-key TEXT
: Bucket access key ID (required)--bucket-secret-key TEXT
: Bucket secret access key (required)
Usage:
Example: