Skip to content

Quick Start

A short first-pass path is enough to verify the local environment and one public read query.

1. Install the CLI

Follow CLI Installation.

2. Point CLI to the Hub you actually want to use

Runnable.

export ASACTL_SERVER_HOST=https://asahub.ai

3. Verify the CLI is installed

Runnable.

asactl -h
asactl -h agreement

Expected outcome:

  • root help text
  • agreement module help text

4. Run one public read query

Runnable against the configured host.

asactl agreement search -q '{"tags":["payment"]}'
asactl agreement get -q '{"agreementName":"try","version":"v2.4.5"}'

Expected outcome:

  • one public agreement list
  • one agreement detail saved into the local workspace

5. Continue by task

Tip

If you only want to verify environment setup first, stop after step 3.