You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
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
The text was updated successfully, but these errors were encountered: