We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f38bdb commit 3a19d7dCopy full SHA for 3a19d7d
cmd/root.go
@@ -30,7 +30,7 @@ var cfgFile string
30
// rootCmd represents the base command when called without any subcommands
31
var rootCmd = &cobra.Command{
32
Use: "mta",
33
- Version: "v0.0.8",
+ Version: "v0.0.9",
34
Short: "This commands turns Flux Kustomizations and HelmReleases into Argo CD Applications",
35
Long: `This is a migration tool that helps you move your Flux Kustomizations and HelmReleases
36
into an Argo CD ApplicationSet or Application.
0 commit comments