Skip to content

Commit

Permalink
cli: initial release of reana helper script
Browse files Browse the repository at this point in the history
* Initial release of ``reana`` helper script that facilitates working with
  multiple repositories for local development and integration testing purposes.

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Jul 2, 2018
1 parent c9bc1ca commit 674cf00
Show file tree
Hide file tree
Showing 4 changed files with 548 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -46,6 +46,7 @@
'sphinx.ext.graphviz',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinx_click.ext',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
13 changes: 13 additions & 0 deletions docs/developerguide.rst
Expand Up @@ -6,6 +6,19 @@ Developer guide
This developer guide is meant for software developers who would like to
understand REANA source code and contribute to it.

Local development workflow
--------------------------

REANA cluster is composed of several micro-services with multiple independent
source code repositories. ``reana`` is a helper development script that
facilitates working with multiple repositories for local development and
integration testing purposes.

.. click:: reana.cli:cli
:prog: reana

You can use ``--help`` option to see the detailed help for each command.

Debugging
---------

Expand Down

0 comments on commit 674cf00

Please sign in to comment.