Skip to content

Commit

Permalink
change tx cert create to generate (#240)
Browse files Browse the repository at this point in the history
* 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
tacolopo authored Aug 22, 2022
1 parent b69ccb6 commit 182b8b2
Show file tree
Hide file tree
Showing 9 changed files with 207 additions and 18 deletions.
48 changes: 48 additions & 0 deletions akash_tx_cert_revoke_server.md
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

8 changes: 4 additions & 4 deletions cli/akash_tx_cert_create.md → cli/akash_tx_cert_generate.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## akash tx cert create
## akash tx cert generate

create/update api certificates

```
akash tx cert create [flags]
akash tx cert generate [flags]
```

### Options
Expand All @@ -21,7 +21,7 @@ akash tx cert create [flags]
### SEE ALSO

* [akash tx cert](akash_tx_cert.md) - Certificates transaction subcommands
* [akash tx cert create client](akash_tx_cert_create_client.md) - create client api certificate
* [akash tx cert create server](akash_tx_cert_create_server.md) - create server api certificate
* [akash tx cert generate client](akash_tx_cert_generate_client.md) - create client api certificate
* [akash tx cert generate server](akash_tx_cert_generate_server.md) - create server api certificate

###### Auto generated by spf13/cobra on 18-Feb-2021
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## akash tx cert create client
## akash tx cert generate client

create client api certificate

```
akash tx cert create client [flags]
akash tx cert generate client [flags]
```

### Options
Expand Down Expand Up @@ -38,11 +38,15 @@ akash tx cert create client [flags]
### Options inherited from parent commands

```
--chain-id string The network chain ID
--chain-id string The network chain ID
```

### SEE ALSO
### Example

* [akash tx cert create](akash_tx_cert_create.md) - create/update api certificates
```
akash tx cert generate client --from sign --fees 5000uakt
```

### SEE ALSO

###### Auto generated by spf13/cobra on 18-Feb-2021
* [akash tx cert](akash_tx_cert.md) - create/update api certificates
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## akash tx cert create server
## akash tx cert generate server

create server api certificate

```
akash tx cert create server [space separated dns names and/or IP addresses] [flags]
akash tx cert generate server [space separated dns names and/or IP addresses] [flags]
```

### Options
Expand Down Expand Up @@ -38,11 +38,11 @@ akash tx cert create server [space separated dns names and/or IP addresses] [fla
### Options inherited from parent commands

```
--chain-id string The network chain ID
--chain-id string The network chain ID
```

### SEE ALSO

* [akash tx cert create](akash_tx_cert_create.md) - create/update api certificates
* [akash tx cert generate](akash_tx_cert_generate.md) - create/update api certificates

###### Auto generated by spf13/cobra on 18-Feb-2021
24 changes: 24 additions & 0 deletions cli/akash_tx_cert_publish.md
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
36 changes: 36 additions & 0 deletions cli/akash_tx_cert_publish_client.md
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
6 changes: 2 additions & 4 deletions cli/akash_tx_cert_revoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ akash tx cert revoke [flags]
### SEE ALSO

* [akash tx cert](akash_tx_cert.md) - Certificates transaction subcommands
* [akash tx cert revoke client](akash_tx_cert_revoke_client.md) -
* [akash tx cert revoke server](akash_tx_cert_revoke_server.md) -

###### Auto generated by spf13/cobra on 28-Apr-2022
* [akash tx cert revoke client](akash_tx_cert_revoke_client.md) - Remove client certificate
* [akash tx cert revoke server](akash_tx_cert_revoke_server.md) - Remove server certificate
32 changes: 32 additions & 0 deletions cli/akash_tx_cert_revoke_client.md
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
47 changes: 47 additions & 0 deletions cli/akash_tx_cert_revoke_server.md
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

0 comments on commit 182b8b2

Please sign in to comment.