Jet cleanup

1 minute read

Description

Remove docker resources left behind by Jet.

Usage

jet cleanup [flags]

Flags

Name, shorthand

Description

--debug

Enables debug output

--dry-run

Provides a list of items to be removed by the cleanup command.

Extended description

With jet cleanup you can be sure that Jet removes any leftover containers, networks and all other Docker build artifacts of your local build run.

Typically, cleanup happens by default but the jet cleanup command allows you to invoke it manually if there are any issues that prevent Jet from completing.

Examples

Cleanup Dry Run

$ jet cleanup --dry-run Would remove container "/jet-service-tests"