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

cli: initial release of reana helper script #65

Merged
merged 1 commit into from Jul 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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