Back to CLI Reference

$ sccfm-cli transaction --help

Usage: sccfm-cli transaction [OPTIONS]

  Check transaction status by UID.

Options:
  -t, --transaction-uid TEXT  Transaction UID to inspect.  [required]
  --wait / --no-wait          Wait for the transaction to finish before
                              returning.  [default: no-wait]
  --timeout INTEGER RANGE     Maximum seconds to wait for the transaction to
                              complete (used with --wait).  [default: 3600;
                              x>=1]
  --format [table|json]       Output format  [default: table]
  --config-path PATH          Path to the configuration file (defaults to
                              ~/.sccfm-cli/config.json).
  --help                      Show this message and exit.