Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 868 Bytes

deflate.md

File metadata and controls

30 lines (21 loc) · 868 Bytes

monofo deflate

deflate a tar resource into a given artifact name

monofo deflate TARFILE OUTPUT

deflate a tar resource into a given artifact name

USAGE
  $ monofo deflate [TARFILE] [OUTPUT] [-C <value>] [-v] [-V] [-h]

ARGUMENTS
  TARFILE  Path to a .tar file
  OUTPUT   Path to a target deflated artifact file, like something.tar.gz or something.catar.caibx

FLAGS
  -C, --chdir=<value>  Directory to change to before executing command
  -V, --version        Show CLI version.
  -h, --help           Show this help message
  -v, --verbose        Run with verbose logging

DESCRIPTION
  deflate a tar resource into a given artifact name

See code: dist/src/commands/deflate.ts