-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
Update CLI documentation for run
, status
and reset
commands
#4771
Comments
Please assign this issue to me @adrianbenavides |
Can guide me where I can get details of run, status and reset in ockam docs @adrianbenavides ?? |
Current statusAll three commands have been updated recently to include a short about comment (the rust doc comments) What's missing
How toThe commands to update are: run, status and reset.
|
I need to create two separate folders under src directory for reset and status ? Also, where do I get the code examples for the after_long_help.txt for each of the commands @adrianbenavides ? |
Please guide me on this @adrianbenavides |
That's right.
I'd recommend you to play around with those commands for a bit and read the docuemntation that we have in the code. The For the # To show the information about the system's enrolled Identities and Nodes
$ ockam status
# You can list all the identities passing the `--all` argument
$ ockam status --all For the # This will prompt you for confirmation before proceeding
$ ockam reset
# To confirm without prompting
$ ockam reset -y As for the Let me know if you want more details about anything I mentioned! 👍 |
Thanks. Will let you know if I stuck somewhere |
@itsajay1029 Thank you for taking the time to look at this issue. Since you’ve not had a chance we’re opening the issue up for other contributors. |
I'd love to work on this issue if it's available. Could I be assigned to it? |
Hi @Wryhder , sure! Since we created this issue we've been updating the commands. Probably the |
@adrianbenavides Could you please help me with what the controller and project version information in the output of
BTW,
The status command lists all identities by default, enrolled and unenrolled. I tested the |
@adrianbenavides Hi! Just wanted to check if you've gotten the chance to read my previous comment. Edit: Never mind about the controller and project version. (I looked up "network controller" and it looks to be the orchestrator. Project version is the version of the default project.) |
Sorry @Wryhder I totally missed your previous comment.
A lot has changed since I wrote the details of this issue, so you can expect to find some discrepancies. The
You can find here how the timeout arg is being parsed. Note that some of the data the
The controller version is indeed the version of the |
@adrianbenavides Thanks for your response!
This probably explains the behaviour I was asking about in the first item in my comment here (crossed out already). Could you take a look when you get the chance? I need some help with the last two items. |
Details of what the documentation should include can be found at #4759
We love helping new contributors! ❤️
If you have questions or need help as you explore, please join us on Discord. If you're looking for other issues to contribute to, please checkout our good first issues.
The text was updated successfully, but these errors were encountered: