Skip to main content

Access Token

  • Create access token

    initz create access-token --name=<access-token-name> --env=<environment>
    Flags
    --name
    • Indicates the name of the Access Token.
    • required
    • Shorthand : n
    --env
    • Indicates the environment of the Access Token.
    • required
    • Possible values : <test/stage/prod>
  • Get the list of the Access Token

    initz get access-token
  • Delete the Access Token

    initz delete access-token --name=<access-token-name>
    Flags
    --name
    • Indicates the name of the Access Token.
    • required
    • Shorthand : n
  • Check the Access Token Name

    initz check access-token --name=<access-token-name>
    Flags
    --name
    • Indicates the name of the Access Token.
    • required
    • Shorthand : n
important
  • Aliases for the access token: auth-token