Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
ecf289ae
Commit
ecf289ae
authored
1 year ago
by
Marco Del Tufo
Browse files
Options
Downloads
Patches
Plain Diff
Update command-line-tool.md
parent
a25c32e8
No related branches found
No related tags found
1 merge request
!40
SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/user-documentation/advance-features/command-line-tool.md
+5
-3
5 additions, 3 deletions
.../user-documentation/advance-features/command-line-tool.md
with
5 additions
and
3 deletions
docs/user-documentation/advance-features/command-line-tool.md
+
5
−
3
View file @
ecf289ae
...
...
@@ -25,12 +25,14 @@ Since `obis` is based on `pybis`, the pip command will also install pybis and al
## 3. Quick start guide
**Configure your openBIS Instance**
```
bash
# global settings to be use for all obis repositories
obis config
-g
set
openbis_url
=
https://localhost:8888
obis config
-g
set
user
=
admin
```
**Download Physical Dataset**
```
bash
# create a physical (-p) obis repository with a folder name
obis init
-p
data1
...
...
@@ -40,7 +42,9 @@ obis config get is_physical
# download dataset giving a single permId
obis download 20230228091119011-58
```
**Upload Physical Dataset**
```
bash
# create a physical (-p) obis repository with a folder name
obis init
-p
data1
...
...
@@ -55,9 +59,9 @@ obis upload 20230228133001314-59 RAW_DATA -f your_file_a -f your_file_b
### 4.1 Help is your friend!
```
bash
$
obis
--help
```
bash
Usage: obis
[
OPTIONS] COMMAND
[
ARGS]...
Options:
...
...
@@ -542,7 +546,6 @@ was moved or copied without using the `move` or `copy` commands.
**token**
```
bash
obis token get <session_name>
[
--validity-days
]
[
--validity-weeks
]
[
--validity-months
]
```
...
...
@@ -611,7 +614,6 @@ configured to last for a long periods of time.
PAT generation is explained in depth in
`token`
command section.
## 7. Big Data Link Services
The Big Data Link Services can be used to download files which are contained in an obis repository.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment