Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Loading
Wellbore DDMS Data Loader
Commits
56a90fa9
Commit
56a90fa9
authored
Sep 16, 2021
by
Gregory Harris
Browse files
Update the README.md
parent
0d6c7ee2
Pipeline
#66026
passed with stage
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
56a90fa9
...
...
@@ -45,3 +45,22 @@ Production packages should be installed using:
```
pipenv install package_name
```
### Usage via the command line interface
To invoke the CLI using the virtual environment and from within the
`src`
folder:
```
pipenv run python -m lascli <group> <command> <options>
```
Available groups are
`fileload`
and
`list`
. Help can be obtained with the
`-h`
option.
```
pipenv run python -m lascli -h
pipenv run python -m lascli fileload -h
pipenv run python -m lascli fileload ingest -h
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment