trovl generate

Generate a blank manifest file with the current schema (default: $XDG_CONFIG_HOME/trovl/manifest.json).

Synopsis

Generate a blank manifest file with trovl’s current schema. By default, this will be generated at the default location of $XDG_CONFIG_HOME/trovl/manifest.json (see environment variable usage)

1
trovl generate [optional path(s)] [flags]

Examples

1
2
trovl generate     # Default location
trovl generate here.json

Options

1
  -h, --help   help for generate

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.