Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 705 Bytes

cli.spec.js.md

File metadata and controls

26 lines (21 loc) · 705 Bytes

Snapshot report for test/cli.spec.js

The actual snapshot is saved in cli.spec.js.snap.

Generated by AVA.

cli - prints help

Snapshot 1

`␊
  laverna [options..]␊

  "Publish multiple workspaces (that's all)"␊

  Options:␊

  --dryRun        - Enable dry-run mode␊
  --root=<path>   - Path to workspace root (default: current working dir)␊
  --newPkg=<name> - Workspace <name> should be treated as a new package (repeatable)␊
  --yes/-y        - Skip confirmation prompt (default: false; true in CI)␊

  Problems? Visit https://github.com/LavaMoat/LavaMoat/issues␊


`