Prerequisites

  • Have a Heex CLI
  • Have a USER_SECRET_KEY. Should be accessible in your personnal space on the heex cloud platform.

Usage

Usage:

./heex quotas [--help]

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.

Usage:

./heex quotas --api-key <USER_SECRET_KEY> --organization-id <ORGANISATION_ID>

Getting Help

./heex quotas --help