Prerequisites
- Have a Heex CLI
- Have a USER_SECRET_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
: mandatory USER_SECRET_KEY.--organization-id
: The ID of the organization to retrieve info about quotas. This is mandatory.--output-file
: If set, it’ll provide the result in a json format in a file generated at given path. Make sure you provide the ‘.json’ extension.--json-output
: Disables all logging (except errors), and your command shall only output the result in a json format. It is not compatible with ‘—output-file’ option