Skip to main content

lizz remove git

lizz remove git

Remove an application from any Git server

Synopsis

The remove command is used to remove an application already added to the cluster. The remove command does not delete the application repository.

lizz remove git [flags]

Options

      --fleet-url string   Git repository URL of the fleet repository
-h, --help help for git
-p, --password string basic authentication password
-u, --username string basic authentication username (default "git")

Options inherited from parent commands

      --author-email string       author email for Git commits
--author-name string author name for Git commits (default "Lizz")
--fleet-branch string Git branch of the fleet repository (default "main")
--name string name of the application to remove
--private-key-file string path to a private key file used for authenticating to the Git SSH server
--timeout duration timeout for this operation (default 5m0s)
--verbose print generated objects

SEE ALSO