Profile

Overview

The HQStage profile command enables to manage your HQStage user account.

Usage

To see all available commands of hqstage profile type.

hqstage profile --help

Commands:

  • info: Show information about the user.
  • init: Initialize a new user.

Sub-Commands

To see the available sub-commands and options of sub-commands type

hqstage profile <command> --help

Info

Show information about the user.

hqstage profile info [OPTIONS]

Example

hqstage profile info

Output: The information about your profile.

  • Token ID
  • Token
  • License ID
  • Entitlements

Init

Initialize a new user.

hqstage profile init [OPTIONS] [TOKEN_ID] [TOKEN]

Positional arguments:

  • [TOKEN_ID]: Your API token’s ID.
  • [TOKEN]: Your API token’s secret.

To do this make sure to follow the steps outlined in here to create a token with the correct permissions.

Example

hqstage profile init <token-id> <token>