@@ -104,17 +104,30 @@ polycli signer sign --kms GCP --gcp-project-id prj-polygonlabs-devtools-dev --ke
104104The command also inherits flags from parent commands.
105105
106106``` bash
107- --config string config file (default is $HOME /.polygon-cli.yaml)
108- --pretty-logs output logs in pretty format instead of JSON (default true)
109- -v, --verbosity string log level (string or int):
110- 0 - silent
111- 100 - panic
112- 200 - fatal
113- 300 - error
114- 400 - warn
115- 500 - info (default)
116- 600 - debug
117- 700 - trace (default " info" )
107+ --chain-id uint chain ID for transactions
108+ --config string config file (default is $HOME /.polygon-cli.yaml)
109+ --data-file string file name holding data to be signed
110+ --gcp-import-job-id string GCP import job ID to use when importing key
111+ --gcp-key-version int GCP crypto key version to use (default 1)
112+ --gcp-keyring-id string GCP keyring ID to be used (default " polycli-keyring" )
113+ --gcp-location string GCP region to use (default " europe-west2" )
114+ --gcp-project-id string GCP project ID to use
115+ --key-id string ID of key to be used for signing
116+ --keystore string use keystore in given folder or file
117+ --kms string AWS or GCP if key is stored in cloud
118+ --pretty-logs output logs in pretty format instead of JSON (default true)
119+ --private-key string use provided hex encoded private key
120+ --type string type of signer to use: latest, cancun, london, eip2930, eip155 (default " london" )
121+ --unsafe-password string non-interactively specified password for unlocking keystore
122+ -v, --verbosity string log level (string or int):
123+ 0 - silent
124+ 100 - panic
125+ 200 - fatal
126+ 300 - error
127+ 400 - warn
128+ 500 - info (default)
129+ 600 - debug
130+ 700 - trace (default " info" )
118131` ` `
119132
120133# # See also
0 commit comments