Skip to main content

set

Addedv0.1.x

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

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

# set api key
zilliz configure set api_key <YOUR_API_KEY>