tezpay_import-configuration

docs/cmd/tezpay_import-configuration.md## tezpay import-configuration

seed configuration from

Synopsis

Generates configuration based on configuration from others payout distribution tools.

Currently supported sources are: trd, bc

To import configuration from supported sources copy configuration file to directory where you plan to store tezpay configuration and run command with source file path as argument.

Example:
	tezpay import-configuration bc ./bc.json
	tezpay import-configuration trd ./trd.yaml
tezpay import-configuration <kind> <source-file> [flags]

Options

  -h, --help   help for import-configuration

Options inherited from parent commands

      --disable-donation-prompt          Disable donation prompt
  -l, --log-level string                 Sets log level format (trace/debug/info/warn/error) (default "info")
  -o, --output-format string             Sets output log format (json/text/auto) (default "auto")
  -p, --path string                      path to working directory (default ".")
      --pay-only-address-prefix string   Pays only to addresses starting with the prefix (e.g. KT, usually you do not want to use this, just for recovering in case of issues)
      --signer string                    Override signer
      --skip-version-check               Skip version check

SEE ALSO

Auto generated by spf13/cobra on 3-Apr-2024