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

HelloWorld documentation contains incorrect / outdated commands #10

Open
amegahed opened this issue Feb 7, 2023 · 0 comments
Open

HelloWorld documentation contains incorrect / outdated commands #10

amegahed opened this issue Feb 7, 2023 · 0 comments

Comments

@amegahed
Copy link

amegahed commented Feb 7, 2023

In the HelloWorld documentation, there are a few places where the commands cited appear to be outdated. The commands appear to be missing a required namespace parameter.

https://github.com/scailfin/rob-webapi-flask/blob/master/docs/demo-setup.rst

  1. Adding Users

The documentation reads: "To run the demo you need to register at least one user." followed by:

flowserv register -u alice -p abc123

I believe the actual command should be:

flowserv users register -u alice -p abc123

  1. Installing Demo

The documentation reads: "The next step is to install the code for the demo workflows." followed by:

flowserv install helloworld

I believe this should be:

flowserv app install helloworld

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

1 participant