whisk.cli.commands.project.setup

Module Contents

Functions

cli(dir)

Sets up the project environment.

Attributes

logger

whisk.cli.commands.project.setup.logger[source]
whisk.cli.commands.project.setup.cli(dir)[source]

Sets up the project environment. This is called by default after whisk create and should be run manually after cloning an existing project.

See whisk.setup.setup() for the full list of steps that are performed.