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

Moar of dem words PLZ #73

Closed
meeDamian opened this issue Oct 14, 2019 · 2 comments
Closed

Moar of dem words PLZ #73

meeDamian opened this issue Oct 14, 2019 · 2 comments

Comments

@meeDamian
Copy link
Member

Currently noma is very user-unfriendly, seems like the only help available is:

$ sudo noma --help
Noma [node management]

Usage:  noma start
        noma stop
        noma check
        noma logs
        noma info
        noma lnd create
        noma lnd backup
        noma lnd autounlock
        noma lnd autoconnect [<path>]
        noma lnd savepeers
        noma lnd connectapp
        noma lnd connectstring
        noma (-h|--help)
        noma --version

Options:
  -h --help     Show this screen.
  --version     Show version.

I've tried multiple variations:

man noma
noma help <cmd>
noma help
noma <cmd> --help
noma <cmd> -h

All to no avail. It would be good to have each command explained at least briefly, because right now it's not only not clear what commands do, but also how to call them.

Ex. How do I stop lnd? noma stop lnd doesn't seems to do it.

$ sudo noma lnd backup
Warning: Identity file  ~/.ssh/id_ed25519 not accessible: No such file or directory.
ssh: Could not resolve hostname ssh-hostname: Temporary failure in name resolution
lost connection

Would also be nice to explain why it needs sudo for all commands…

@meeDamian meeDamian changed the title Moar of dem words Moar of dem words PLZ Oct 14, 2019
@ln2max
Copy link
Contributor

ln2max commented Oct 16, 2019

Maybe helpful:
https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html
EDIT: looks like this is already being used

@AnotherDroog
Copy link
Member

Valid points.

Just a note, we've removed the ability to stop individual containers in favour of letting docker and docker-compose do what they were designed for

Closing since a solution is proposed in #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants