Sign a commit, tag or note. Run 'kit sign' to sign the current commit.
kit sign [command] [flags]
commit Sign a commit or branch
tag Sign an annotated tag
-f, --fee float Set the network transaction fee
--head string Specify the branch to use as git HEAD
--merge-id string Provide a merge proposal ID for merge fulfilment
-n, --nonce uint Set the next nonce of the signing account signing
-x, --reset Clear existing remote tokens before creating a new one
-u, --signing-key string Address or index of local account to use for signing transaction
-p, --signing-key-pass string Passphrase for unlocking the signing account
-v, --value string Set a value for paying additional fees
--dev Enables development mode
--gitpath string Set path to git executable (default "git")
--home string Set the path to the home directory (default "/Users/ncodes/.kit")
--home.prefix string Adds a prefix to the home directory in dev mode
--loglevel stringToString Set log level for modules (default [])
--net uint Set network/chain ID (default 1)
--no-colors Disables output colors
--no-log Disables loggers
--profile.mode string Enable profiling mode, one of [cpu, mem, mutex, block]
--remote string Set the default remote name (default "origin")
--remote.address string Set the RPC server address (default ":9002")
--rpc.https Force the client to use https:// protocol
--rpc.password string Set the RPC password
--rpc.user string Set the RPC username
Use "kit sign [command] --help" for more information about a command.