-
`reana-client workflow list` -> `reana-client workflows`
`reana-client workflow create` -> `reana-client new`
`reana-client workflow status` -> `reana-client status`
`reana-client workflow start` -…
-
This goes together with the removal of the organization from `reana-server` and `reana-workflow-controller` REST API.
-
After the addition of the user tokens, documentation needs to be updated to show how to get a token
and how to use them.
-
Hi,
I am testing reana with minicube, however, the hello world demo is never finished, it always tells me it is running:
```
$ reana-client workflow status
NAME RUN_NUMBER ID …
xzhub updated
6 years ago
-
When a workflow does not need any parameters, one has to still provide in ``reana.yaml`` something in the `parameters` section, like:
```yaml
inputs:
files:
- generate.C
- plot.C
par…
-
The CMS environment is not set up unless one calls shell scripts explicitly. Compare:
```console
$ docker run -i -t --rm clelange/cmssw:5_3_32 env | sort > env1
$ docker run -i -t --rm clelange/…
-
Following the discussion in https://github.com/reanahub/reana-client/pull/16 it might be good to have a way to specify the "operational" argumens as CLI options (e.g. `reana run --user "jdoe" --organi…
-
```console
$ unset REANA_WORKON
$ reana-client status
User: 00000000-0000-0000-0000-000000000000
REANA cluster selected: http://192.168.39.238:30380
REANA cluster status: ready
Workflow selected…
-
Undesired behavior if a user wants to stop cluster or a development machine for a while
-
Create mock-up page that would show all the details about some concrete workflow run. This page would be the main thing that the users will interact with after coming here either from the welcome das…