ild
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.15
    2
    • latest

Version History

Package Sidebar

Install

npm i ild

Weekly Downloads

1

Version

0.0.15

License

MIT

Unpacked Size

21.9 kB

Total Files

17

Last publish

Collaborators

  • joshtune