Prerequisites
- Have a Heex CLI
- Have an API_KEY. Should be accessible in your personnal 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
Usage:How get quotas info
This command allows you to retrieve available quotas about users, workspaces, systems, triggers and smart data for a given organization id. The organization id will be provided by Heex when the environment of your company is created. This command is reserved only for the organization owner. Available options:--api-key
: Add your user API_KEY which can be found on the cloud [required]. No need to provide if you have an active userconfig.--organization-id
: Provide the organization id to get info about quotas [required].--output-file
: The result will be saved into this provided filepath. The output format is json, so please provide a filepath with that format: /path/to/file.json--json-output
: Disables all logging (except errors), and your command shall only output the result in a json format. Not compatible with ‘—output-file’ option.