subconsciousnetwork / noosphere

Noosphere is a protocol for thought; let's discover it together!
Apache License 2.0
663 stars 40 forks source link

noosphere-cli unrecognized subcommand 'status' #649

Open scenaristeur opened 11 months ago

scenaristeur commented 11 months ago

according to https://github.com/subconsciousnetwork/noosphere/tree/main/rust/noosphere-cli there should be a orb status subcommand

my-sphere$ orb status
error: unrecognized subcommand 'status'

Usage: orb <COMMAND>

For more information, try '--help'.

orb --help

The orb CLI tool is a utility for saving, syncing and sharing content to the
Noosphere. In practical terms, this means it helps you with tasks such as key
management, creating and updating spheres, managing acccess to said spheres and
publishing the contents of those spheres to public networks.

Usage: orb <COMMAND>

Commands:
  key     Create and securely manage personal keys
  sphere  Create a new sphere or connect another device to an existing one
  serve   Summon a gateway geist to manage the local sphere; it will accept push, fetch and other REST actions from any clients that are authorized to operate on its counterpart sphere. When it receives changes to its counterpart sphere, it will perform various actions such as publishing and/or querying the Noosphere Name System, generating static HTML and/or updating its own sphere with various related information of interest to the counterpart sphere
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help
          Print help (see a summary with '-h')
cdata commented 11 months ago

@scenaristeur thanks for calling this out. The subcommand was moved in https://github.com/subconsciousnetwork/noosphere/pull/530. You can do effectively the same thing as before with orb sphere status.

We need to update the README to reflect this change.