Skip to main content

Quorum Key Manager subcommands

This reference describes the syntax of the Quorum Key Manager (QKM) command line interface (CLI) subcommands.

You can specify QKM subcommands on the command line:

key-manager [COMMAND] [SUBCOMMAND] [OPTIONS]

sync

Locally indexes resources from a store.

ethereum

key-manager sync ethereum --manifest-path=<PATH> --store-name=<STRING> [--db-*]

Indexes (adds references to) Ethereum accounts from the specified Ethereum store configured in the specified manifest file into your local QKM database.

You must specify:

  • The path of the manifest file using the --manifest-path option or the MANIFEST_PATH environment variable.
  • The name of the store from which to index the resources using the --store-name option or the STORE_NAME environment variable.

You can include any database options or environment variables (any options that begin with --db-).

keys

key-manager sync keys --manifest-path=<PATH> --store-name=<STRING> [--db-*]

Indexes (adds references to) keys from the specified key store configured in the specified manifest file into your local QKM database.

You must specify:

  • The path of the manifest file using the --manifest-path option or the MANIFEST_PATH environment variable.
  • The name of the store from which to index the resources using the --store-name option or the STORE_NAME environment variable.

You can include any database options or environment variables (any options that begin with --db-).

secrets

key-manager sync secrets --manifest-path=<PATH> --store-name=<STRING> [--db-*]

Indexes (adds references to) secrets from the specified secret store configured in the specified manifest file into your local QKM database.

You must specify:

  • The path of the manifest file using the --manifest-path option or the MANIFEST_PATH environment variable.
  • The name of the store from which to index the resources using the --store-name option or the STORE_NAME environment variable.

You can include any database options or environment variables (any options that begin with --db-).