31 lines
731 B
Markdown
31 lines
731 B
Markdown
---
|
|
title: ""
|
|
sidebar_label: "fleet gitcloner"
|
|
---
|
|
## fleet gitcloner
|
|
|
|
Clones a git repository
|
|
|
|
```
|
|
fleet gitcloner [REPO] [PATH] [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-b, --branch string git branch
|
|
--ca-bundle-file string CA bundle file
|
|
-h, --help help for gitcloner
|
|
--insecure-skip-tls do not verify tls certificates
|
|
--known-hosts-file string known hosts file
|
|
--password-file string password file for basic auth
|
|
--revision string git revision
|
|
--ssh-private-key-file string ssh private key file path
|
|
-u, --username string user name for basic auth
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [fleet](./fleet) -
|
|
|