Sebastiaan van Stijn
139968dff2
cli/command/completion: deprecate NoComplete
...
This function was an exact duplicate of [cobra.NoFileCompletions], so
deprecating it in favor of that.
[cobra.NoFileCompletions]: https://pkg.go.dev/github.com/spf13/cobra@v1.9.1#NoFileCompletions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 2827d037ba )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-30 12:24:11 +02:00
Sebastiaan van Stijn
58bf0f1846
switch to gopkg.in/yaml.v3
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-14 23:54:33 +01:00
Sebastiaan van Stijn
8e9aec6904
golangci-lint: revive: enable import-shadowing
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-11-20 19:52:41 +01:00
Nicolas De Loof
cbec75e2f3
Adopt Cobra completion v2 to support completion by CLI plugins
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-05-12 12:59:10 +02:00
Stoica-Marcu Floris-Andrei
dfc214115b
Add stack config command
...
Make use of existing modules and functions in order to output the merged configs.
Added skip interpolation flag of variables, so that you can pipe the output back to stack deploy without much hassle.
Signed-off-by: Stoica-Marcu Floris-Andrei <floris.sm@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-04-08 14:56:01 +02:00