whisk.cli.commands.project.dvc

Module Contents

Functions

cli()

remote_add(bucket)

Adds a DVC S3 remote as the default remote using the provided S3 bucket.

remote_remove(name)

Removes the DVC S3 remote.

setup()

Initializes dvc, adds a local remote, and installs git post-checkout hooks.

Attributes

project

whisk.cli.commands.project.dvc.project[source]
whisk.cli.commands.project.dvc.cli()[source]
whisk.cli.commands.project.dvc.remote_add(bucket)[source]

Adds a DVC S3 remote as the default remote using the provided S3 bucket.

whisk.cli.commands.project.dvc.remote_remove(name)[source]

Removes the DVC S3 remote.

whisk.cli.commands.project.dvc.setup()[source]

Initializes dvc, adds a local remote, and installs git post-checkout hooks.

Run dvc destroy to revert.