Configuring edbctl v1.3

After installing the package, configure an access key using the credential command.

These credentials allow you to access the supported Hybrid Manager (HM) resources and manage them using the CLI. The CLI supports various commands for managing projects, clusters, backups, credentials, and more.

Example

This example shows how to import an access key and set the context project for the CLI:

edbctl credential import-access-key --name user1 --access-key your_HM_access_key --address https://YOUR_HM_INSTANCE_URL:443

edbctl config set context_project "Your Project Name"