Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom client download

Download a succeeded build's SDK zip

View as Markdown
<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT. Source of truth: the cobra command definitions in cmd/axiom/cmd/. Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->

axiom client download

Download a succeeded build's SDK zip

Download the SDK zip for one succeeded language build of a client version.

axiom client download c1 --version 2 --lang python
axiom client download c1 --version 2 --lang go -o ./sdks

Refuses to download — without touching disk — unless the version/language has already reached "succeeded". Check progress with:

axiom client status c1 --version 2 --watch

This command only writes the ZIP; it does not unzip or install it. See docs/guides/build-a-client-sdk.md for the per-language install step.

Requires a prior "axiom login".

Usage

axiom client download <client-id> [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for download
--langstringLanguage to download (required)
--output-ostring.Directory to write the SDK zip to
--versionint0Version to download (required)

See also

  • axiom client — Create and manage Client Builder clients (typed SDKs)