Skip to main content

kwil-admin migrate status

kwil-admin migrate status

Get the status of the pending migration proposal.

Synopsis

Get the status of the pending migration proposal.

kwil-admin migrate status [flags]

Examples

# Get the status of the pending migration.
kwil-admin migrate status <proposalID>

Options

  -h, --help   help for status

Options inherited from parent commands

      --authrpc-cert string   kwild's TLS certificate, required for HTTPS server
--output string the format for command output - either 'text' or 'json' (default "text")
--pass string admin server password (alternative to mTLS with tlskey/tlscert). May be set in ~/.kwil-admin/rpc-admin-pass instead.
-s, --rpcserver string admin RPC server address (either unix or tcp) (default "/tmp/kwild.socket")
-S, --silence Silence logs
--tlscert string kwil-admin's TLS certificate file for server to authenticate us (default "auth.cert")
--tlskey string kwil-admin's TLS key file to establish a mTLS (authenticated) connection (default "auth.key")

SEE ALSO

  • kwil-admin migrate - The migrate command provides functions for managing migration proposals.