fab.cli#

Functions to run Fab from the command line.

Functions

cli_fab([folder, kwargs])

Running Fab from the command line will attempt to build the project in the current or given folder.

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)