0.0.15 • Published 5 years ago

ild v0.0.15

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

ild

UnOfficial Imagine Learning Portal Docker Utility

oclif Version Codecov Downloads/week License

Usage

$ npm install -g ild
$ ild COMMAND
running command...
$ ild (-v|--version|version)
ild/0.0.15 darwin-x64 node-v11.4.0
$ ild --help [COMMAND]
USAGE
  $ ild COMMAND
...

Commands

ild help [COMMAND]

display help for ild

USAGE
  $ ild help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ild run --dockerTag={dockerTag} --source={file|env} [options]

Run docker images

USAGE
  $ ild run --dockerTag={dockerTag} --source={file|env} [options]

OPTIONS
  -d, --dockerTag=dockerTag    (required) docker tag
  -e, --env=test|rc|prod       environment to run (test|rc|prod)
  -f, --file=file              configuration file
  -h, --help                   show CLI help
  -p, --port=port              [default: 8088] port to serve application
  -r, --dockerRepo=dockerRepo  docker repository (default: "portal")
  -s, --source=file|env        (required) configuration source (file|env)

EXAMPLES
  Example with source: env
  $ ild run --dockerTag=refs-heads-master-latest --source=env --env=rc
  Example with source && repo: env
  $ ild run  --dockerRepo="web-portal-reader" --dockerTag=feat-teacher-latest --source=env --env=rc 
  Example with source: file
  $ ild run --dockerTag=refs-heads-master-latest --source=file --file=./config.json

See code: src/commands/run.ts

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago