Skip to content

Commit 3fbde5e

Browse files
Panaetiusrokroskar
authored andcommitted
docs: import export documentation (#675)
1 parent a3e9998 commit 3fbde5e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

renku/cli/dataset.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,29 @@
100100
my-dataset/
101101
datafile
102102
103+
104+
Importing data from an external provider:
105+
106+
.. code-block:: console
107+
108+
$ renku dataset import 10.5281/zenodo.3352150
109+
110+
This will import the dataset with the DOI (Digital Object Identifier)
111+
``10.5281/zenodo.3352150`` and make it locally available.
112+
Dataverse and Zenodo are supported, with DOIs (e.g. ``10.5281/zenodo.3352150``
113+
or ``doi:10.5281/zenodo.3352150``) and full URLs (e.g.
114+
``http://zenodo.org/record/3352150``)
115+
116+
Exporting data to an external provider:
117+
118+
.. code-block:: console
119+
120+
$ renku dataset export my-dataset zenodo
121+
122+
This will export the dataset ``my-dataset`` to ``zenodo.org`` as a draft,
123+
allowing for publication later on.
124+
125+
103126
Listing all files in the project associated with a dataset.
104127
105128
.. code-block:: console

0 commit comments

Comments
 (0)