-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change tx cert create to generate (#240)
* Update and rename akash_tx_cert_create_client.md to akash_tx_cert_generate_client.md * Update and rename akash_tx_cert_create.md to akash_tx_cert_generate.md * Update akash_tx_cert_generate.md * Update and rename akash_tx_cert_create_server.md to akash_tx_cert_generate_server.md * Update akash_tx_cert_generate_server.md * Create akash_tx_cert_publish.md * Update akash_tx_cert_publish.md * Update akash_tx_cert_publish.md * Update akash_tx_cert_revoke.md * Update akash_tx_cert_publish.md * Update akash_tx_cert_publish.md * Create akash_tx_cert_revoke_client.md * Update akash_tx_cert_revoke_client.md * Update akash_tx_cert_revoke_client.md * Create akash_tx_cert_revoke_server.md * Update akash_tx_cert_generate_client.md * Update akash_tx_cert_generate_client.md * Update akash_tx_cert_generate_server.md * Update akash_tx_cert_revoke_server.md * Create akash_tx_cert_publish_client.md * Update akash_tx_cert_publish_client.md * Create akash_tx_cert_revoke_server.md
- Loading branch information
Showing
9 changed files
with
207 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
## akash tx cert revoke server | ||
|
||
revoke server api certificate | ||
|
||
``` | ||
akash tx cert revoke server [space separated dns names and/or IP addresses] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-a, --account-number uint The account number of the signing account (offline mode only) | ||
-b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") | ||
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it | ||
--fees string Fees to pay along with transaction; eg: 10uatom | ||
--from string Name or address of private key with which to sign | ||
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) | ||
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) | ||
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) | ||
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) | ||
-h, --help help for server | ||
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") | ||
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used | ||
--ledger Use a connected Ledger device | ||
--memo string Memo to send along with transaction | ||
--naf string certificate is not valid after this date. default 365d. days or RFC3339 | ||
--nbf string certificate is not valid before this date. default current timestamp. RFC3339 | ||
--node string <host>:<port> to tendermint rpc interface for this chain (default "tcp://localhost:26657") | ||
--offline Offline mode (does not allow any online functionality | ||
--rie revoke current certificate if it already present on chain | ||
-s, --sequence uint The sequence number of the signing account (offline mode only) | ||
--sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature | ||
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height | ||
--to-genesis export certificate to genesis | ||
-y, --yes Skip tx broadcasting prompt confirmation | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [akash tx cert revoke client](akash_tx_cert_revoke_client.md) - Remove client certificate | ||
* [akash tx cert generate](akash_tx_cert_generate.md) - create/update api certificates | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## akash tx cert publish | ||
|
||
publish certificate to the blockchain | ||
|
||
``` | ||
akash tx cert publish [flags] | ||
``` | ||
### Options | ||
|
||
``` | ||
-h, --help help for create | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [akash tx cert publish client](akash_tx_cert_publish_client.md) - Publish client certificate | ||
* [akash tx cert publish server](akash_tx_cert_publish_server.md) - Publish server certificate | ||
* [akash tx cert revoke](akash_tx_cert_revoke.md) - Revoke certificate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## akash tx cert publish client | ||
|
||
publish client certificate to the blockchain | ||
|
||
``` | ||
akash tx cert publish client --from $AKASH_KEY_NAME [flags] | ||
``` | ||
### Options | ||
|
||
``` | ||
-h, --help help for create | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
``` | ||
|
||
### Example | ||
|
||
``` | ||
akash tx cert publish client --from sign --fees 5000uakt | ||
``` | ||
|
||
### Example on chain | ||
|
||
https://www.mintscan.io/akash/txs/4DAF9CC2CB9203F2FDFA1617CD93909C9DE577A5740A20E00BEB3E4E05E45FBC | ||
|
||
|
||
|
||
### SEE ALSO | ||
|
||
* [akash tx cert publish](akash_tx_cert_publish.md) - Publish certificate | ||
* [akash tx cert publish server](akash_tx_cert_publish_server.md) - Publish server certificate | ||
* [akash tx cert revoke](akash_tx_cert_revoke.md) - Revoke certificate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## akash tx cert revoke client | ||
|
||
``` | ||
akash tx cert revoke client --from $AKASH_KEY_NAME [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for revoke | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
``` | ||
|
||
### Example | ||
|
||
``` | ||
akash tx cert revoke client --from sign --fees 5000uakt | ||
``` | ||
|
||
### Example on chain | ||
|
||
https://www.mintscan.io/akash/txs/F9E007A8A915AD4F6AD3F876A92CA280886719EFB30079E02D28D596A685043A | ||
|
||
### SEE ALSO | ||
|
||
* [akash tx cert](akash_tx_cert.md) - Certificates transaction subcommands | ||
* [akash tx cert revoke server](akash_tx_cert_revoke_server.md) - Remove server certificate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
## akash tx cert remove server | ||
|
||
remove server api certificate | ||
|
||
``` | ||
akash tx cert remove server [space separated dns names and/or IP addresses] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-a, --account-number uint The account number of the signing account (offline mode only) | ||
-b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") | ||
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it | ||
--fees string Fees to pay along with transaction; eg: 10uatom | ||
--from string Name or address of private key with which to sign | ||
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) | ||
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) | ||
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) | ||
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) | ||
-h, --help help for server | ||
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") | ||
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used | ||
--ledger Use a connected Ledger device | ||
--memo string Memo to send along with transaction | ||
--naf string certificate is not valid after this date. default 365d. days or RFC3339 | ||
--nbf string certificate is not valid before this date. default current timestamp. RFC3339 | ||
--node string <host>:<port> to tendermint rpc interface for this chain (default "tcp://localhost:26657") | ||
--offline Offline mode (does not allow any online functionality | ||
--rie revoke current certificate if it already present on chain | ||
-s, --sequence uint The sequence number of the signing account (offline mode only) | ||
--sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature | ||
--timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height | ||
--to-genesis export certificate to genesis | ||
-y, --yes Skip tx broadcasting prompt confirmation | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [akash tx cert](akash_tx_cert.md) - Certificates transaction subcommands | ||
* [akash tx cert revoke client](akash_tx_cert_revoke_client.md) - Remove client certificate |