trovl plan

Describes what will happen during an apply without modifying the filesystem

Synopsis

Describes the actions that will happen when a manifest file is applied. This is essentially an alias for running trovl apply --dry-run

1
trovl plan <manifest_file> [more_manifests] [flags]

Examples

1
trovl plan .trovl

Options

1
  -h, --help   help for plan

Options inherited from parent commands

1
2
3
      --debug     show debug info
      --dry-run   walk through an operation without making changes
  -v, --verbose   have verbose outputs for actions taken

SEE ALSO

  • trovl - A cross-platform symlink manager.