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.
3. Verify the CLI is installed¶
Runnable.
Expected outcome:
- root help text
agreementmodule 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¶
- I want more CLI examples: CLI Usage
- I want to publish agreements: Agreement
- I want to publish services or flows: Service / Flow
Tip
If you only want to verify environment setup first, stop after step 3.