Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noosphere-cli unrecognized subcommand 'status' #649

Open
scenaristeur opened this issue Sep 22, 2023 · 1 comment
Open

noosphere-cli unrecognized subcommand 'status' #649

scenaristeur opened this issue Sep 22, 2023 · 1 comment
Labels
Bug Incorrect or unexpected behavior Documentation Improvements or additions to documentation Good First Issue Good for newcomers Help Wanted Please lend us your expertise!

Comments

@scenaristeur
Copy link

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
Copy link
Collaborator

cdata commented Sep 22, 2023

@scenaristeur thanks for calling this out. The subcommand was moved in #530. You can do effectively the same thing as before with orb sphere status.

We need to update the README to reflect this change.

@cdata cdata added Bug Incorrect or unexpected behavior Documentation Improvements or additions to documentation Good First Issue Good for newcomers Help Wanted Please lend us your expertise! labels Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Incorrect or unexpected behavior Documentation Improvements or additions to documentation Good First Issue Good for newcomers Help Wanted Please lend us your expertise!
Projects
Status: 🏔️ Icebox
Development

No branches or pull requests

2 participants