Skip to content

peternhale/leif

 
 

Repository files navigation

leif

multi-repo syncronization & management tool

oclif Version CircleCI Codecov Downloads/week License

Usage

$ npm install -g @rasphilco/leif
$ leif COMMAND
running command...
$ leif (-v|--version|version)
@rasphilco/leif/0.9.0 darwin-x64 node-v12.14.1
$ leif --help [COMMAND]
USAGE
  $ leif COMMAND
...

Commands

leif cleanup [SCOPE]

remove managed repos

USAGE
  $ leif cleanup [SCOPE]

ARGUMENTS
  SCOPE  scope of repos to remove

See code: src/commands/cleanup.ts

leif help [COMMAND]

display help for leif

USAGE
  $ leif help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

leif run YAML

run leif state workflows

USAGE
  $ leif run YAML

ARGUMENTS
  YAML  path to a leif yaml file

OPTIONS
  -d, --dry-run            view output without committing changes
  -f, --dir=dir            (required) [default: .] absolute path to directory with supporting files
  -s, --sequence=sequence  run a specific sequence in a workflow
  -w, --workflow=workflow  run a specific workflow instead of all workflows

See code: src/commands/run.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.4%
  • Other 0.6%