Skip to content

Commit 67de30f

Browse files
committed
feat(cli): update narative of axone command description
1 parent 04ee5f1 commit 67de30f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/axoned/cmd/root.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ func NewRootCmd() *cobra.Command {
7474

7575
rootCmd := &cobra.Command{
7676
Use: app.Name,
77-
Short: "AXONE Daemon 👹",
77+
Short: "Axone - Orchestration Layer for AI",
7878
Long: `
79-
AXONE Daemon 👹 - a revolutionary public PoS layer 1 specifically designed to enable communities to trustlessly share data,
80-
algorithms and resources to build the Dataverse!
79+
Axone is a public dPoS layer 1 specifically designed for connecting, sharing, and monetizing any resources in the AI stack.
80+
It is an open network dedicated to collaborative AI workflow management that is universally compatible with any data, model, or infrastructure. Data, algorithms, storage, compute, APIs... Anything on-chain and off-chain can be shared.
8181
82-
Want to lean more about AXONE network? Complete documentation is available at https://docs.axone.xyz 👀
82+
Want to lean more about AXONE network? Complete documentation is available at: https://docs.axone.xyz 👀
8383
`,
8484
PersistentPreRunE: func(cmd *cobra.Command, _ []string) error {
8585
// set the default command outputs

0 commit comments

Comments
 (0)