Skip to content

Commit 1d2c0bf

Browse files
committed
refactor(renaming): update all docs
1 parent 8afc79b commit 1d2c0bf

File tree

461 files changed

+2759
-2759
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

461 files changed

+2759
-2759
lines changed

docs/command/axoned.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## axoned
2+
3+
AXONE Daemon 👹
4+
5+
### Synopsis
6+
7+
AXONE Daemon 👹 - a revolutionary public PoS layer 1 specifically designed to enable communities to trustlessly share data,
8+
algorithms and resources to build the Dataverse!
9+
10+
Want to lean more about AXONE network? Complete documentation is available at [https://docs.axone.xyz](https://docs.axone.xyz) 👀
11+
12+
### Options
13+
14+
```
15+
-h, --help help for axoned
16+
```
17+
18+
### SEE ALSO
19+
20+
* [axoned comet](axoned_comet.md) - CometBFT subcommands
21+
* [axoned config](axoned_config.md) - Utilities for managing application configuration
22+
* [axoned credential](axoned_credential.md) - W3C Verifiable Credential
23+
* [axoned debug](axoned_debug.md) - Tool for helping with debugging your application
24+
* [axoned export](axoned_export.md) - Export state to JSON
25+
* [axoned genesis](axoned_genesis.md) - Application's genesis-related subcommands
26+
* [axoned init](axoned_init.md) - Initialize private validator, p2p, genesis, and application configuration files
27+
* [axoned keys](axoned_keys.md) - Manage your application's keys
28+
* [axoned prune](axoned_prune.md) - Prune app history states by keeping the recent heights and deleting old heights
29+
* [axoned query](axoned_query.md) - Querying subcommands
30+
* [axoned rollback](axoned_rollback.md) - rollback Cosmos SDK and CometBFT state by one height
31+
* [axoned snapshots](axoned_snapshots.md) - Manage local snapshots
32+
* [axoned start](axoned_start.md) - Run the full node
33+
* [axoned status](axoned_status.md) - Query remote node for status
34+
* [axoned tx](axoned_tx.md) - Transactions subcommands
35+
* [axoned version](axoned_version.md) - Print the application binary version information

docs/command/axoned_comet.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## axoned comet
2+
3+
CometBFT subcommands
4+
5+
### Options
6+
7+
```
8+
-h, --help help for comet
9+
```
10+
11+
### SEE ALSO
12+
13+
* [axoned](axoned.md) - AXONE Daemon 👹
14+
* [axoned comet bootstrap-state](axoned_comet_bootstrap-state.md) - Bootstrap CometBFT state at an arbitrary block height using a light client
15+
* [axoned comet reset-state](axoned_comet_reset-state.md) - Remove all the data and WAL
16+
* [axoned comet show-address](axoned_comet_show-address.md) - Shows this node's CometBFT validator consensus address
17+
* [axoned comet show-node-id](axoned_comet_show-node-id.md) - Show this node's ID
18+
* [axoned comet show-validator](axoned_comet_show-validator.md) - Show this node's CometBFT validator info
19+
* [axoned comet unsafe-reset-all](axoned_comet_unsafe-reset-all.md) - (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
20+
* [axoned comet version](axoned_comet_version.md) - Print CometBFT libraries' version

docs/command/okp4d_comet_bootstrap-state.md renamed to docs/command/axoned_comet_bootstrap-state.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## okp4d comet bootstrap-state
1+
## axoned comet bootstrap-state
22

33
Bootstrap CometBFT state at an arbitrary block height using a light client
44

55
```
6-
okp4d comet bootstrap-state [flags]
6+
axoned comet bootstrap-state [flags]
77
```
88

99
### Options
@@ -15,4 +15,4 @@ okp4d comet bootstrap-state [flags]
1515

1616
### SEE ALSO
1717

18-
* [okp4d comet](okp4d_comet.md) - CometBFT subcommands
18+
* [axoned comet](axoned_comet.md) - CometBFT subcommands
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## axoned comet reset-state
2+
3+
Remove all the data and WAL
4+
5+
```
6+
axoned comet reset-state [flags]
7+
```
8+
9+
### Options
10+
11+
```
12+
-h, --help help for reset-state
13+
```
14+
15+
### SEE ALSO
16+
17+
* [axoned comet](axoned_comet.md) - CometBFT subcommands
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## okp4d comet show-address
1+
## axoned comet show-address
22

33
Shows this node's CometBFT validator consensus address
44

55
```
6-
okp4d comet show-address [flags]
6+
axoned comet show-address [flags]
77
```
88

99
### Options
@@ -14,4 +14,4 @@ okp4d comet show-address [flags]
1414

1515
### SEE ALSO
1616

17-
* [okp4d comet](okp4d_comet.md) - CometBFT subcommands
17+
* [axoned comet](axoned_comet.md) - CometBFT subcommands
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## axoned comet show-node-id
2+
3+
Show this node's ID
4+
5+
```
6+
axoned comet show-node-id [flags]
7+
```
8+
9+
### Options
10+
11+
```
12+
-h, --help help for show-node-id
13+
```
14+
15+
### SEE ALSO
16+
17+
* [axoned comet](axoned_comet.md) - CometBFT subcommands
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## okp4d comet show-validator
1+
## axoned comet show-validator
22

33
Show this node's CometBFT validator info
44

55
```
6-
okp4d comet show-validator [flags]
6+
axoned comet show-validator [flags]
77
```
88

99
### Options
@@ -14,4 +14,4 @@ okp4d comet show-validator [flags]
1414

1515
### SEE ALSO
1616

17-
* [okp4d comet](okp4d_comet.md) - CometBFT subcommands
17+
* [axoned comet](axoned_comet.md) - CometBFT subcommands

docs/command/okp4d_comet_unsafe-reset-all.md renamed to docs/command/axoned_comet_unsafe-reset-all.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## okp4d comet unsafe-reset-all
1+
## axoned comet unsafe-reset-all
22

33
(unsafe) Remove all the data and WAL, reset this node's validator to genesis state
44

55
```
6-
okp4d comet unsafe-reset-all [flags]
6+
axoned comet unsafe-reset-all [flags]
77
```
88

99
### Options
@@ -15,4 +15,4 @@ okp4d comet unsafe-reset-all [flags]
1515

1616
### SEE ALSO
1717

18-
* [okp4d comet](okp4d_comet.md) - CometBFT subcommands
18+
* [axoned comet](axoned_comet.md) - CometBFT subcommands

docs/command/okp4d_comet_version.md renamed to docs/command/axoned_comet_version.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## okp4d comet version
1+
## axoned comet version
22

33
Print CometBFT libraries' version
44

@@ -7,7 +7,7 @@ Print CometBFT libraries' version
77
Print protocols' and libraries' version numbers against which this app has been compiled.
88

99
```
10-
okp4d comet version [flags]
10+
axoned comet version [flags]
1111
```
1212

1313
### Options
@@ -18,4 +18,4 @@ okp4d comet version [flags]
1818

1919
### SEE ALSO
2020

21-
* [okp4d comet](okp4d_comet.md) - CometBFT subcommands
21+
* [axoned comet](axoned_comet.md) - CometBFT subcommands

docs/command/axoned_config.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## axoned config
2+
3+
Utilities for managing application configuration
4+
5+
### Options
6+
7+
```
8+
-h, --help help for config
9+
```
10+
11+
### SEE ALSO
12+
13+
* [axoned](axoned.md) - AXONE Daemon 👹
14+
* [axoned config diff](axoned_config_diff.md) - Outputs all config values that are different from the app.toml defaults.
15+
* [axoned config get](axoned_config_get.md) - Get an application config value
16+
* [axoned config home](axoned_config_home.md) - Outputs the folder used as the binary home. No home directory is set when using the tool standalone.
17+
* [axoned config migrate](axoned_config_migrate.md) - Migrate Cosmos SDK app configuration file to the specified version
18+
* [axoned config set](axoned_config_set.md) - Set an application config value
19+
* [axoned config view](axoned_config_view.md) - View the config file

docs/command/axoned_config_diff.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## axoned config diff
2+
3+
Outputs all config values that are different from the app.toml defaults.
4+
5+
```
6+
axoned config diff [target-version] <app-toml-path> [flags]
7+
```
8+
9+
### Options
10+
11+
```
12+
-h, --help help for diff
13+
```
14+
15+
### SEE ALSO
16+
17+
* [axoned config](axoned_config.md) - Utilities for managing application configuration

docs/command/okp4d_config_get.md renamed to docs/command/axoned_config_get.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## okp4d config get
1+
## axoned config get
22

33
Get an application config value
44

@@ -7,7 +7,7 @@ Get an application config value
77
Get an application config value. The [config] argument must be the path of the file when using the too standalone, otherwise it must be the name of the config file without the .toml extension.
88

99
```
10-
okp4d config get [config] [key] [flags]
10+
axoned config get [config] [key] [flags]
1111
```
1212

1313
### Options
@@ -18,4 +18,4 @@ okp4d config get [config] [key] [flags]
1818

1919
### SEE ALSO
2020

21-
* [okp4d config](okp4d_config.md) - Utilities for managing application configuration
21+
* [axoned config](axoned_config.md) - Utilities for managing application configuration

docs/command/okp4d_config_home.md renamed to docs/command/axoned_config_home.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## okp4d config home
1+
## axoned config home
22

33
Outputs the folder used as the binary home. No home directory is set when using the tool standalone.
44

@@ -7,7 +7,7 @@ Outputs the folder used as the binary home. No home directory is set when using
77
Outputs the folder used as the binary home. In order to change the home directory path, set the $APPD_HOME environment variable, or use the "--home" flag.
88

99
```
10-
okp4d config home [flags]
10+
axoned config home [flags]
1111
```
1212

1313
### Options
@@ -18,4 +18,4 @@ okp4d config home [flags]
1818

1919
### SEE ALSO
2020

21-
* [okp4d config](okp4d_config.md) - Utilities for managing application configuration
21+
* [axoned config](axoned_config.md) - Utilities for managing application configuration

docs/command/okp4d_config_migrate.md renamed to docs/command/axoned_config_migrate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## okp4d config migrate
1+
## axoned config migrate
22

33
Migrate Cosmos SDK app configuration file to the specified version
44

@@ -9,7 +9,7 @@ The output is written in-place unless --stdout is provided.
99
In case of any error in updating the file, no output is written.
1010

1111
```
12-
okp4d config migrate [target-version] <app-toml-path> (options) [flags]
12+
axoned config migrate [target-version] <app-toml-path> (options) [flags]
1313
```
1414

1515
### Options
@@ -23,4 +23,4 @@ okp4d config migrate [target-version] <app-toml-path> (options) [flags]
2323

2424
### SEE ALSO
2525

26-
* [okp4d config](okp4d_config.md) - Utilities for managing application configuration
26+
* [axoned config](axoned_config.md) - Utilities for managing application configuration

docs/command/okp4d_config_set.md renamed to docs/command/axoned_config_set.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## okp4d config set
1+
## axoned config set
22

33
Set an application config value
44

@@ -7,7 +7,7 @@ Set an application config value
77
Set an application config value. The [config] argument must be the path of the file when using the tool standalone, otherwise it must be the name of the config file without the .toml extension.
88

99
```
10-
okp4d config set [config] [key] [value] [flags]
10+
axoned config set [config] [key] [value] [flags]
1111
```
1212

1313
### Options
@@ -21,4 +21,4 @@ okp4d config set [config] [key] [value] [flags]
2121

2222
### SEE ALSO
2323

24-
* [okp4d config](okp4d_config.md) - Utilities for managing application configuration
24+
* [axoned config](axoned_config.md) - Utilities for managing application configuration

docs/command/okp4d_config_view.md renamed to docs/command/axoned_config_view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## okp4d config view
1+
## axoned config view
22

33
View the config file
44

55
```
6-
okp4d config view [config] [flags]
6+
axoned config view [config] [flags]
77
```
88

99
### Options
@@ -15,4 +15,4 @@ okp4d config view [config] [flags]
1515

1616
### SEE ALSO
1717

18-
* [okp4d config](okp4d_config.md) - Utilities for managing application configuration
18+
* [axoned config](axoned_config.md) - Utilities for managing application configuration

docs/command/okp4d_credential.md renamed to docs/command/axoned_credential.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## okp4d credential
1+
## axoned credential
22

33
W3C Verifiable Credential
44

@@ -16,5 +16,5 @@ This command provides a set of sub-commands to manage W3C Verifiable Credentials
1616

1717
### SEE ALSO
1818

19-
* [okp4d](okp4d.md) - OKP4 Daemon 👹
20-
* [okp4d credential sign](okp4d_credential_sign.md) - Sign a W3C Verifiable Credential provided as a file or stdin
19+
* [axoned](axoned.md) - AXONE Daemon 👹
20+
* [axoned credential sign](axoned_credential_sign.md) - Sign a W3C Verifiable Credential provided as a file or stdin

docs/command/okp4d_credential_sign.md renamed to docs/command/axoned_credential_sign.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## okp4d credential sign
1+
## axoned credential sign
22

33
Sign a W3C Verifiable Credential provided as a file or stdin
44

@@ -9,7 +9,7 @@ Sign a W3C Verifiable Credential;
99
It will read a verifiable credential from a file (or stdin), sign it, and print the JSON-LD signed credential to stdout.
1010

1111
```
12-
okp4d credential sign [file] [flags]
12+
axoned credential sign [file] [flags]
1313
```
1414

1515
### Options
@@ -26,4 +26,4 @@ okp4d credential sign [file] [flags]
2626

2727
### SEE ALSO
2828

29-
* [okp4d credential](okp4d_credential.md) - W3C Verifiable Credential
29+
* [axoned credential](axoned_credential.md) - W3C Verifiable Credential

docs/command/axoned_debug.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## axoned debug
2+
3+
Tool for helping with debugging your application
4+
5+
```
6+
axoned debug [flags]
7+
```
8+
9+
### Options
10+
11+
```
12+
-h, --help help for debug
13+
```
14+
15+
### SEE ALSO
16+
17+
* [axoned](axoned.md) - AXONE Daemon 👹
18+
* [axoned debug addr](axoned_debug_addr.md) - Convert an address between hex and bech32
19+
* [axoned debug codec](axoned_debug_codec.md) - Tool for helping with debugging your application codec
20+
* [axoned debug prefixes](axoned_debug_prefixes.md) - List prefixes used for Human-Readable Part (HRP) in Bech32
21+
* [axoned debug pubkey](axoned_debug_pubkey.md) - Decode a pubkey from proto JSON
22+
* [axoned debug pubkey-raw](axoned_debug_pubkey-raw.md) - Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
23+
* [axoned debug raw-bytes](axoned_debug_raw-bytes.md) - Convert raw bytes output (eg. [10 21 13 255]) to hex

0 commit comments

Comments
 (0)