Skip to main content

quickstart

Addedv1.0.x

This operation walks first-time users through sign-in, organization selection, cluster context, and a short menu of common operations (list clusters, set context, list collections, view billing). When stdout is not a TTY or --non-interactive is set, only the cheatsheet is printed.

Synopsis

zilliz quickstart
[--non-interactive]
[--skip-login]

Options

  • --non-interactive (boolean) -

    Skips all prompts and prints only the cheatsheet. Useful for CI or for scripting an environment-bootstrap step.

  • --skip-login (boolean) -

    Skips the auth bootstrap step. Use when credentials are already configured (for example, via zilliz login or an environment-provided API key).

Example

# Interactive guided onboarding
zilliz quickstart

# Print the cheatsheet only
zilliz quickstart --non-interactive