@@ -23,46 +23,49 @@ logged into and explored interactively.
2323**Options **::
2424
2525
26- -r, --recursive Recursively perform command for nested repository
27- directories.
28- --fail_fast If multiple repositories are specified and an
29- error occurs stop immediately instead of
30- processing remaining repositories.
31- --owner TEXT Tool Shed repository owner (username).
32- --name TEXT Tool Shed repository name (defaults to the
33- inferred tool directory name).
34- --shed_email TEXT E-mail for Tool Shed auth (required unless
35- shed_key is specified).
36- --shed_key TEXT API key for Tool Shed access. An API key is
37- required unless e-mail and password is specified.
38- This key can be specified with either --shed_key
39- or --shed_key_from_env.
40- --shed_key_from_env TEXT Environment variable to read API key for Tool Shed
41- access from.
42- --shed_password TEXT Password for Tool Shed auth (required unless
43- shed_key is specified).
44- -t, --shed_target TEXT Tool Shed to target (this can be 'toolshed',
45- 'testtoolshed', 'local' (alias for
46- http://localhost:9009/), an arbitrary url or
47- mappings defined ~/.planemo.yml.
48- --galaxy_root DIRECTORY Root of development galaxy directory to execute
49- command with.
50- --install_galaxy Download and configure a disposable copy of Galaxy
51- from github.
52- --no_cache_galaxy Skip caching of Galaxy source and dependencies
53- obtained with --install_galaxy. Not caching this
54- results in faster downloads (no git) - so is
55- better on throw away instances such with TravisCI.
56- --no_cleanup Do not cleanup temp files created for and by
57- Galaxy.
58- --job_config_file PATH Job configuration file for Galaxy to target.
59- --port INTEGER Port to serve Galaxy on (default is 9090).
60- --host TEXT Host to bind Galaxy to. Default is 127.0.0.1 that
61- is restricted to localhost connections for
62- security reasons set to 0.0.0.0 to bind Galaxy to
63- all ports including potentially publicly
64- accessible ones.
65- --skip_dependencies Do not install shed dependencies as part of
66- repository installation.
67- --help Show this message and exit.
26+ -r, --recursive Recursively perform command for nested
27+ repository directories.
28+ --fail_fast If multiple repositories are specified and
29+ an error occurs stop immediately instead of
30+ processing remaining repositories.
31+ --owner TEXT Tool Shed repository owner (username).
32+ --name TEXT Tool Shed repository name (defaults to the
33+ inferred tool directory name).
34+ --shed_email TEXT E-mail for Tool Shed auth (required unless
35+ shed_key is specified).
36+ --shed_key TEXT API key for Tool Shed access. An API key is
37+ required unless e-mail and password is
38+ specified. This key can be specified with
39+ either --shed_key or --shed_key_from_env.
40+ --shed_key_from_env TEXT Environment variable to read API key for
41+ Tool Shed access from.
42+ --shed_password TEXT Password for Tool Shed auth (required unless
43+ shed_key is specified).
44+ -t, --shed_target TEXT Tool Shed to target (this can be 'toolshed',
45+ 'testtoolshed', 'local' (alias for
46+ http://localhost:9009/), an arbitrary url or
47+ mappings defined ~/.planemo.yml.
48+ --galaxy_root DIRECTORY Root of development galaxy directory to
49+ execute command with.
50+ --galaxy_sqlite_database DIRECTORY
51+ Preseeded Galaxy sqlite database to target.
52+ --install_galaxy Download and configure a disposable copy of
53+ Galaxy from github.
54+ --no_cache_galaxy Skip caching of Galaxy source and
55+ dependencies obtained with --install_galaxy.
56+ Not caching this results in faster downloads
57+ (no git) - so is better on throw away
58+ instances such with TravisCI.
59+ --no_cleanup Do not cleanup temp files created for and by
60+ Galaxy.
61+ --job_config_file PATH Job configuration file for Galaxy to target.
62+ --port INTEGER Port to serve Galaxy on (default is 9090).
63+ --host TEXT Host to bind Galaxy to. Default is 127.0.0.1
64+ that is restricted to localhost connections
65+ for security reasons set to 0.0.0.0 to bind
66+ Galaxy to all ports including potentially
67+ publicly accessible ones.
68+ --skip_dependencies Do not install shed dependencies as part of
69+ repository installation.
70+ --help Show this message and exit.
6871
0 commit comments