This package has been deprecated

Author message:

this package has been deprecated

yaml-merge-prompt
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

yaml-merge-prompt

oclif Version Downloads/week License

Usage

$ npm install -g yaml-merge-prompt
$ ymp COMMAND
running command...
$ ymp (-v|--version|version)
yaml-merge-prompt/0.1.0 darwin-x64 node-v12.8.0
$ ymp --help [COMMAND]
USAGE
  $ ymp COMMAND
...

Commands

ymp help [COMMAND]

display help for ymp

USAGE
  $ ymp help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ymp merge

merge all yaml files in source directory to output yaml file

USAGE
  $ ymp merge

OPTIONS
  -h, --help           show CLI help
  -o, --output=output  output yaml file
  -s, --source=source  source directory

EXAMPLE

     λ ymp merge -s dc -o docker-compose.yaml
     ✔ select files · 01.docker-compose.base.yml, 02.docker-compose.frontend.yml
     docker-compose.yaml was saved!

See code: src/commands/merge.ts

Readme

Keywords

none

Package Sidebar

Install

npm i yaml-merge-prompt

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

6.69 kB

Total Files

11

Last publish

Collaborators

  • martinjavorek