```sh Use identity key of this node to sign provided message Usage: nym-node sign [OPTIONS] <--text |--contract-msg > Options: --id Id of the nym-node to use [env: NYMNODE_ID=] [default: default-nym-node] --config-file Path to a configuration file of this node [env: NYMNODE_CONFIG=] --text Signs an arbitrary piece of text with your identity key --contract-msg Signs a transaction-specific payload, that is going to be sent to the smart contract, with your identity key -o, --output [default: text] [possible values: text, json] -h, --help Print help ```