Quickstart

Login

To access any Contxt API, first login with your Contxt credentials:

contxt auth login

This will open a browser window, ask you to login (if not already), and confirm a code. If this succeeds, you should see something like Your device is now connected.

Usage

The CLI's general usage pattern is:

contxt [entity] [action]

For example, to get all orgs:

contxt orgs get

See all supported commands here.