Skip to content

Commit

Permalink
feat(cli): update narative of axone command description
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed May 4, 2024
1 parent 04ee5f1 commit 4ab2b38
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cmd/axoned/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ func NewRootCmd() *cobra.Command {

rootCmd := &cobra.Command{
Use: app.Name,
Short: "AXONE Daemon 👹",
Short: "Axone - Orchestration Layer for AI",
Long: `
AXONE Daemon 👹 - a revolutionary public PoS layer 1 specifically designed to enable communities to trustlessly share data,
algorithms and resources to build the Dataverse!
Axone is a public dPoS layer 1 specifically designed for connecting, sharing, and monetizing any resources in the AI stack.
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.
Want to lean more about AXONE network? Complete documentation is available at https://docs.axone.xyz 👀
Want to lean more about AXONE network? Complete documentation is available at: https://docs.axone.xyz 👀
`,
PersistentPreRunE: func(cmd *cobra.Command, _ []string) error {
// set the default command outputs
Expand Down

0 comments on commit 4ab2b38

Please sign in to comment.