Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "opsos", Short: "Universal Tool for DevOps and Cloud Automation", Long: `'opsos'' is a universal tool for DevOps and cloud automation used for provisioning, managing and orchestrating workflows across various toolchains`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { if cmd == versionCmd { return nil } conf, err := config.InitConfig() if err != nil { return err } cmd.SetContext(config.SetConfig(cmd.Context(), conf)) logging.InitLogger(*conf) return nil }, }
RootCmd represents the base command when called without any subcommands
View Source
var Version = "0.0.1"
Functions ¶
Types ¶
This section is empty.
Source Files
¶
- component.go
- component_init.go
- describe.go
- describe_config.go
- describe_stacks.go
- helmfile.go
- helmfile_apply.go
- helmfile_diff.go
- helmfile_sync.go
- root.go
- stack.go
- stack_init.go
- terraform.go
- terraform_apply.go
- terraform_clean.go
- terraform_deploy.go
- terraform_destroy.go
- terraform_generate.go
- terraform_generate_backend.go
- terraform_generate_varfile.go
- terraform_import.go
- terraform_init.go
- terraform_plan.go
- terraform_refresh.go
- terraform_shell.go
- terraform_workspace.go
- version.go
Click to show internal directories.
Click to hide internal directories.