Skip to content

Commit

Permalink
Merge pull request #70 from mdsol/feature/mark_for_release
Browse files Browse the repository at this point in the history
Merging #70
  • Loading branch information
Ian Sparks authored Aug 26, 2016
2 parents 97328da + e6c3f10 commit 09c2d0e
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Contents:
using_builders
biostats_gateway
odm_adapter
rwscmd
classes


Indices and tables
==================

Expand Down
56 changes: 56 additions & 0 deletions docs/source/rwscmd.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
.. _rwscmd:

rwscmd
******

rwscmd is a command-line tool providing convenient access to Rave WebServices, via rwslib.

Usage
-----

.. code-block:: shell
rwscmd [OPTIONS] URL COMMAND [ARGS]
Options:
-u, --username TEXT Rave login
-p, --password TEXT Rave password
--virtual_dir TEXT RWS virtual directory, defaults to RaveWebServices
--raw / --list Display raw xml response from RWS or human-readable list, defaults to list
-v, --verbose / -s, --silent
-o, --output FILENAME Write output to file
--help Show this message and exit.
Commands:
autofill Request enterable data for a subject,...
data List EDC data for [STUDY] [ENV] [SUBJECT]
direct Make direct call to RWS, bypassing rwslib
metadata List metadata for [PROJECT] [VERSION]
post Post ODM clinical data
version Display RWS version
Examples
--------

.. code-block:: shell
$ rwscmd innovate version
Username: anewbigging
Password:
1.15.0
$ export RWSCMD_USERNAME=anewbigging
$ export RWSCMD_PASSWORD=*********
$ rwscmd innovate version
1.15.0
$ rwscmd innovate data
ATN01(Prod)
Medidata(Prod)
Mediflex(Prod)
Mediflex(Dev)
$ rwscmd innovate data Mediflex Prod
0004-bbc-003
001 aaa
001 ADS
2 changes: 1 addition & 1 deletion rwslib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'rwslib'
__author__ = 'Ian Sparks (isparks@mdsol.com)'
__version__ = '1.1.4'
__version__ = '1.1.5'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 Medidata Solutions Inc'

Expand Down

0 comments on commit 09c2d0e

Please sign in to comment.