You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Usage: client [options] [command] [command options]
Options:
--config
Config file location.
Default: /home/dyuen/.dockstore/write.api.config.properties
--help
Prints help for the client.
Default: false
Commands:
add Add the Dockerfile and CWL file(s) using the write API.
Usage: add [options]
Options:
* --Dockerfile
The Dockerfile to upload
* --cwl-file
The cwl descriptor to upload
--cwl-secondary-file
The optional secondary cwl descriptor to upload
--help
Prints help for the add command
Default: false
--version
The version of the tool to upload to
publish Publish tool to dockstore using the output of the 'add'
command.
Usage: publish [options]
Options:
--help
Prints help for the publish command.
Default: false
* --tool
The json output from the 'add' command.
Note that "Add the Dockerfile" and "Publish tool to dockstore" seem misaligned