Skip to main content

lizz refresh

lizz refresh

Refresh an application

Synopsis

The refresh command is used to refresh an application already added to the cluster. It refreshs the application configuration with the current cluster state. It can also update the application by using the latest changes of the application origin repository.

Options

      --author-email string       author email for Git commits
--author-name string author name for Git commits (default "Lizz")
--ca-file string path to TLS CA file used for validating self-signed certificates
--fleet-branch string Git branch of the fleet repository (default "main")
-h, --help help for refresh
--name string name of the application to refresh (default to the name of the application)
--origin-branch string Git branch of the application origin repository (default "main")
--path string path to kustomization in the application repository
--private-key-file string path to a private key file used for authenticating to the Git SSH server
--set-value stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--ssh-hostname string SSH hostname, to be used when the SSH host differs from the HTTPS one
--upgrade origin-branch if true, the application will be upgraded with the latest changes from the origin-branch Git branch

Options inherited from parent commands

      --timeout duration   timeout for this operation (default 5m0s)
--verbose print generated objects

SEE ALSO