Commands
Synopsis
$ cxx-init [-h] [-v] [-C [dir]] command ...
$ cxx-init command [-h] [--dry-run] [--silent | --verbose] ...
$ ./flow [-h] [-v] [-C [dir]] command ...
$ ./flow command [-h] [--dry-run] [--silent | --verbose] ...
Description
-h/--helpWithout the command, or before the command, show the help for proj-flow and exit. After the command, show the help for that command and exit.
-v/--versionShow proj-flow’s version and exit.
-C dirRun as if proj-flow was started in <dir> instead of the current working directory. This directory must exist.
commandName of the command or
runalias to call.--dry-runNo persistent operations are performed: no files and directories are deleted, created nor changed; no network communication is performed.
Note
If the
--dry-runis used through./flowhelper, the helper may still create private virtual environment and installproj-flowpackage as needed.--silentOutput as little as possible. If an external tool is called, it is free to output whatever it wants.
--verboseOutput even more output, than normal.