github kayac/ecspresso v1.7.0

latest releases: v2.4.1-nightly-ae6e6342f501f02b7d95e6d38b8c8accd21eb71a, v2.4.1-nightly-3a292606bf7f41a89eac2c1bd5e6fef360b0aae2, v2.4.1...
2 years ago

Changelog

  • Show warnings when unknown fields found in task/service definition JSON. #335
  • Respect desiredCount in service definition when create with no desiredCount. #342
  • Support to load definition files formatted as Jsonnet directly. #343
  • Add deregister and revisions command #336
usage: ecspresso deregister [<flags>]

deregister task definition

Flags:
  --help                    Show context-sensitive help (also try --help-long and
                            --help-man).
  --config="ecspresso.yml"  config file
  --debug                   enable debug log
  --envfile=ENVFILE ...     environment files
  --color                   enable colored output
  --dry-run                 dry-run
  --revision=REVISION       revision
  --keeps=KEEPS             numbers of keep latest revisions except in-use
  --force                   deregister without confirmation

usage: ecspresso revisions [<flags>]

show revisions of task definitions

Flags:
  --help                    Show context-sensitive help (also try --help-long and
                            --help-man).
  --config="ecspresso.yml"  config file
  --debug                   enable debug log
  --envfile=ENVFILE ...     environment files
  --color                   enable colored output
  --output=table            output format (table|json|tsv)
  --revision=REVISION       revision number to output task definition as JSON
  • Support to Windows containers #345

Don't miss a new ecspresso release

NewReleases is sending notifications on new releases.