Skip to content

Commit a742f79

Browse files
DO! DevOps botDennis Ploeger
authored andcommitted
docs: Automatic docs update
1 parent 9e46cca commit a742f79

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Installs the cert-manager Command Line Tool
426426
#### Configuration
427427

428428
* USE_cmctl: Enable this feature (or use the FEATURES variable instead)
429-
* CMCTL_VERSION: Version to install (or use the FEATURES variable instead)
429+
* CMCTL_VERSION (required): Version to install (or use the FEATURES variable instead)
430430
* DEBUG_cmctl: Debug this feature
431431

432432
### <a id="direnv"></a> Direnv
@@ -445,7 +445,7 @@ Installs [Helm](https://helm.sh)
445445
#### Configuration
446446

447447
* USE_helm: Enable this feature (or use the FEATURES variable instead)
448-
* HELM_VERSION: Version to install (or use the FEATURES variable instead)
448+
* HELM_VERSION (required): Version to install (or use the FEATURES variable instead)
449449
* DEBUG_helm: Debug this feature
450450

451451
### <a id="jq"></a> JQ
@@ -464,7 +464,7 @@ Installs [k9s](https://k9scli.io/)
464464
#### Configuration
465465

466466
* USE_k9s: Enable this feature (or use the FEATURES variable instead)
467-
* K9S_VERSION: Version to install (or use the FEATURES variable instead)
467+
* K9S_VERSION (required): Version to install (or use the FEATURES variable instead)
468468
* DEBUG_k9s: Debug this feature
469469

470470
### <a id="kc"></a> kc Quick Kubernetes Context switch
@@ -484,7 +484,7 @@ Installs [Krew](https://krew.sigs.k8s.io/)
484484
#### Configuration
485485

486486
* USE_krew: Enable this feature (or use the FEATURES variable instead)
487-
* KREW_VERSION: Version to install (or use the FEATURES variable instead)
487+
* KREW_VERSION (required): Version to install (or use the FEATURES variable instead)
488488
* DEBUG_krew: Debug this feature
489489
* Environment KREW_PLUGINS (optional): A comma separated list of kubectl plugins to install via krew
490490

@@ -563,7 +563,7 @@ Installs [Packer](https://packer.io)
563563
#### Configuration
564564

565565
* USE_packer: Enable this feature (or use the FEATURES variable instead)
566-
* PACKER_VERSION: Version to install (or use the FEATURES variable instead)
566+
* PACKER_VERSION (required): Version to install (or use the FEATURES variable instead)
567567
* DEBUG_packer: Debug this feature
568568

569569
### <a id="run"></a> Run
@@ -583,7 +583,7 @@ Installs [sops](https://github.com/getsops/sops)
583583
#### Configuration
584584

585585
* USE_sops: Enable this feature (or use the FEATURES variable instead)
586-
* SOPS_VERSION: Version to install (or use the FEATURES variable instead)
586+
* SOPS_VERSION (required): Version to install (or use the FEATURES variable instead)
587587
* DEBUG_sops: Debug this feature
588588
* Environment specific for the key you use, see [sops documentation](https://github.com/getsops/sops?tab=readme-ov-file#22encrypting-using-age)
589589

@@ -595,7 +595,7 @@ Installs [stern](https://github.com/stern/stern), a multi pod and container log
595595
#### Configuration
596596

597597
* USE_stern: Enable this feature (or use the FEATURES variable instead)
598-
* STERN_VERSION: Version to install (or use the FEATURES variable instead)
598+
* STERN_VERSION (required): Version to install (or use the FEATURES variable instead)
599599
* DEBUG_stern: Debug this feature
600600

601601
### <a id="tanzucli"></a> Tanzu CLI
@@ -605,7 +605,7 @@ Installs the [Tanzu CLI](https://github.com/vmware-tanzu/tanzu-cli)
605605
#### Configuration
606606

607607
* USE_tanzucli: Enable this feature (or use the FEATURES variable instead)
608-
* TANZUCLI_VERSION: Version to install (or use the FEATURES variable instead)
608+
* TANZUCLI_VERSION (required): Version to install (or use the FEATURES variable instead)
609609
* DEBUG_tanzucli: Debug this feature
610610

611611
### <a id="terraform"></a> Terraform
@@ -615,7 +615,7 @@ Installs and configures [Terraform](https://terraform.io)
615615
#### Configuration
616616

617617
* USE_terraform: Enable this feature (or use the FEATURES variable instead)
618-
* TERRAFORM_VERSION: Version to install (or use the FEATURES variable instead)
618+
* TERRAFORM_VERSION (required): Version to install (or use the FEATURES variable instead)
619619
* DEBUG_terraform: Debug this feature
620620
* Add a volume mount to the `volumes:` section of docker compose like this:
621621
(...)
@@ -642,7 +642,7 @@ Installs [Terragrunt](https://github.com/gruntwork-io/terragrunt)
642642
#### Configuration
643643

644644
* USE_terragrunt: Enable this feature (or use the FEATURES variable instead)
645-
* TERRAGRUNT_VERSION: Version to install (or use the FEATURES variable instead)
645+
* TERRAGRUNT_VERSION (required): Version to install (or use the FEATURES variable instead)
646646
* DEBUG_terragrunt: Debug this feature
647647

648648
### <a id="timezone"></a> Timezone configuration
@@ -662,7 +662,7 @@ Installs the [Velero](https://velero.io) kubernetes backup CLI
662662
#### Configuration
663663

664664
* USE_velero: Enable this feature (or use the FEATURES variable instead)
665-
* VELERO_VERSION: Version to install (or use the FEATURES variable instead)
665+
* VELERO_VERSION (required): Version to install (or use the FEATURES variable instead)
666666
* DEBUG_velero: Debug this feature
667667

668668
### <a id="vim"></a> Vim
@@ -681,7 +681,7 @@ Installs the [YAML parser and processor yq](https://github.com/mikefarah/yq)
681681
#### Configuration
682682

683683
* USE_yq: Enable this feature (or use the FEATURES variable instead)
684-
* YQ_VERSION: Version to install (or use the FEATURES variable instead)
684+
* YQ_VERSION (required): Version to install (or use the FEATURES variable instead)
685685
* DEBUG_yq: Debug this feature
686686

687687

@@ -866,8 +866,7 @@ flowchart TD
866866
click F "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/test.yml" "Test workflow"
867867
click H "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/release.yml" "Release workflow"
868868
```mermaid
869-
C "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/image.yml" "Image workflow"
870-
click E "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/check_commits.yml" "Check workflow"
869+
com/dodevops/cloudcontrol/blob/develop/.github/workflows/check_commits.yml" "Check workflow"
871870
click F "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/test.yml" "Test workflow"
872871
click H "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/release.yml" "Release workflow"
873872
```mermaid

0 commit comments

Comments
 (0)