Prerequisites
- Have a Heex CLI
- Have an API_KEY. Should be accessible in your personal space on the heex cloud platform. If you already logged-in you don’t need to add the Api-Key in your command line.
Usage
| Subcommand | Description |
|---|---|
| get-storage | Get storage information of a workspace. |
| set-storage | Set storage information for a workspace. |
How to get storage information of a workspace
Useget-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 API_KEY which can be found on the cloud [required]. No need to provide if you have an active userconfig.
How to set storage information for a workspace
Useset-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 API_KEY which can be found on the cloud [required]. No need to provide if you have an active userconfig.--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)