Usage

cornflakes

cornflakes [OPTIONS] COMMAND [ARGS]...

Options

--version

Show the version and exit.

-v, --verbose

Base logging level is set to logging.DEBUG.

-b, --background-process

Run in Background without console logger.

bump

Bump version of the module for the given version level (major, minor, patch).

cornflakes bump [OPTIONS] [[major|minor|patch]]

Arguments

VERSION_COMPONENT

Optional argument

status

Default Command to get status Table of all running processes stated from the parent group.

cornflakes status [OPTIONS]

stop

Default Command to stop all running processes stated from the parent group.

cornflakes stop [OPTIONS] [ID]

Arguments

ID

Optional argument

update

Update dependencies to latest version.

Note: This method is curretly in alpha… check the updated lines after calling it. TODO: Add the feature for soft update (highest and lowest possible version)

cornflakes update [OPTIONS]