fab.cli module#

Functions to run Fab from the command line.

fab.cli.cli_fab(folder=None, kwargs=None)#

Running Fab from the command line will attempt to build the project in the current or given folder. The following params are used for testing. When run normally any parameters will be caught by a common_arg_parser.

Parameters:
  • folder (Optional[Path]) – source folder (Testing Only) (default: None)

  • kwargs (Optional[Dict]) – parameters ( Testing Only ) (default: None)