lizz init git
lizz init git
Initialize the fleet repository in any Git server
Synopsis
The init command is used to initialize the cluster by creating the fleet repository in any Git server.
lizz init git [flags]
Options
--destination-url string Git repository URL
-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")
--ca-file string path to TLS CA file used for validating self-signed certificates
--destination-branch string Git branch of the destination repository (default "main")
--origin-branch string Git branch of the repository (default "main")
--origin-url string Git repository URL
--private if true, the repository is setup or configured as private (default true)
--private-key-file string path to a private key file used for authenticating to the Git SSH server
--ssh-hostname string SSH hostname, to be used when the SSH host differs from the HTTPS one
--timeout duration timeout for this operation (default 5m0s)
--verbose print generated objects
SEE ALSO
- lizz init - Initialize the fleet repository