Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
> java -jar ./target/catalogAPI.jar -addRequest \                                                                                       # command to be executed
                                    --url http://catalog:8080 \                                                                         # location of Catalog QT WS server (can be on remote site)
                                    --user g2michal \                                                                                   # name of the user requesting data population
                                    --experiment-uri "mdsplus:/?shot=10;run=1;machine=west;user=g2michal;version=3"                     # location of input data (currently only local MDSPlus files are supported)

Using Catalogue Client at Gateway - fast track
Anchor
CLI_fast_track
CLI_fast_track

...