chore(clustertool): update lots of docs

This commit is contained in:
Kjeld Schouten
2024-10-25 22:30:35 +02:00
parent 579667118a
commit 63f4f0217d
31 changed files with 105 additions and 201 deletions
+2 -4
View File
@@ -12,11 +12,9 @@ var initLongHelp = strings.TrimSpace(`
ClusterTool requires a specific directory layout to ensure smooth operators and standardised environments.
To ensure smooth deployment, the init function can pre-generate all required files in the right places.
Afterwards you can edit talconfig.yaml and clusterenv.yaml to reflect your personal settings.
When done, please run clustertool genconfig to generate all configarion based on your personal settings
Afterwards, you can edit talconfig.yaml and clusterenv.yaml to reflect your personal settings.
When done, please run clustertool genconfig to generate all configurations based on your personal settings.
`)
var initFiles = &cobra.Command{