Skip to main content

set

This operation sets a configuration value.

Notes

You can also run zilliz configure instead, and follow the interactive guidance. Setting api_key can be used as an alternative to zilliz login.

Usage

bash
zilliz configure set <KEY> <VALUE>

OPTIONS:

  • KEY (string) -

    [REQUIRED]

    Indicates the name of a configuration item. Currently, only api_key is applicable.

  • VALUE (string) -

    Indicates the value of the configuration item.

Example

bash
# set api key
zilliz configure set api_key <YOUR_API_KEY>
Minimum SDK versionv0.1.x