Skip to content

Commit 9195981

Browse files
authored
Merge pull request #707 from axone-protocol/feat/commands-v12.0.0
📜 Add v12.0.0 commands documentation version
2 parents da8cc93 + e09bd02 commit 9195981

File tree

316 files changed

+10783
-0
lines changed

Some content is hidden

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

316 files changed

+10783
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## axoned
2+
3+
Axone - Orchestration Layer for AI
4+
5+
### Synopsis
6+
7+
Axone is a public dPoS layer 1 specifically designed for connecting, sharing, and monetizing any resources in the AI stack.
8+
It is an open network dedicated to collaborative AI workflow management that is universally compatible with any data, model,
9+
or infrastructure. Data, algorithms, storage, compute, APIs... Anything on-chain and off-chain can be shared.
10+
11+
Want to lean more about AXONE network? Complete documentation is available at: [https://docs.axone.xyz](https://docs.axone.xyz) 👀
12+
13+
### Options
14+
15+
```
16+
-h, --help help for axoned
17+
```
18+
19+
### SEE ALSO
20+
21+
* [axoned comet](axoned_comet.md) - CometBFT subcommands
22+
* [axoned config](axoned_config.md) - Utilities for managing application configuration
23+
* [axoned credential](axoned_credential.md) - W3C Verifiable Credential
24+
* [axoned debug](axoned_debug.md) - Tool for helping with debugging your application
25+
* [axoned export](axoned_export.md) - Export state to JSON
26+
* [axoned genesis](axoned_genesis.md) - Application's genesis-related subcommands
27+
* [axoned init](axoned_init.md) - Initialize private validator, p2p, genesis, and application configuration files
28+
* [axoned keys](axoned_keys.md) - Manage your application's keys
29+
* [axoned module-hash-by-height](axoned_module-hash-by-height.md) - Get module hashes at a given height
30+
* [axoned prune](axoned_prune.md) - Prune app history states by keeping the recent heights and deleting old heights
31+
* [axoned query](axoned_query.md) - Querying subcommands
32+
* [axoned rollback](axoned_rollback.md) - rollback Cosmos SDK and CometBFT state by one height
33+
* [axoned snapshots](axoned_snapshots.md) - Manage local snapshots
34+
* [axoned start](axoned_start.md) - Run the full node
35+
* [axoned status](axoned_status.md) - Query remote node for status
36+
* [axoned tx](axoned_tx.md) - Transactions subcommands
37+
* [axoned version](axoned_version.md) - Print the application binary version information
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 - Orchestration Layer for AI
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
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## axoned comet bootstrap-state
2+
3+
Bootstrap CometBFT state at an arbitrary block height using a light client
4+
5+
```
6+
axoned comet bootstrap-state [flags]
7+
```
8+
9+
### Options
10+
11+
```
12+
--height int Block height to bootstrap state at, if not provided it uses the latest block height in app state
13+
-h, --help help for bootstrap-state
14+
```
15+
16+
### SEE ALSO
17+
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## axoned comet show-address
2+
3+
Shows this node's CometBFT validator consensus address
4+
5+
```
6+
axoned comet show-address [flags]
7+
```
8+
9+
### Options
10+
11+
```
12+
-h, --help help for show-address
13+
```
14+
15+
### SEE ALSO
16+
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## axoned comet show-validator
2+
3+
Show this node's CometBFT validator info
4+
5+
```
6+
axoned comet show-validator [flags]
7+
```
8+
9+
### Options
10+
11+
```
12+
-h, --help help for show-validator
13+
```
14+
15+
### SEE ALSO
16+
17+
* [axoned comet](axoned_comet.md) - CometBFT subcommands
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## axoned comet unsafe-reset-all
2+
3+
(unsafe) Remove all the data and WAL, reset this node's validator to genesis state
4+
5+
```
6+
axoned comet unsafe-reset-all [flags]
7+
```
8+
9+
### Options
10+
11+
```
12+
-h, --help help for unsafe-reset-all
13+
--keep-addr-book keep the address book intact
14+
```
15+
16+
### SEE ALSO
17+
18+
* [axoned comet](axoned_comet.md) - CometBFT subcommands
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## axoned comet version
2+
3+
Print CometBFT libraries' version
4+
5+
### Synopsis
6+
7+
Print protocols' and libraries' version numbers against which this app has been compiled.
8+
9+
```
10+
axoned comet version [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help help for version
17+
```
18+
19+
### SEE ALSO
20+
21+
* [axoned comet](axoned_comet.md) - CometBFT subcommands
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 - Orchestration Layer for AI
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 `confix` 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

0 commit comments

Comments
 (0)