Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "vars", Short: "Manage environment variables", Long: `Manage environment variables for the current application. Variables are scoped per-environment (e.g. development, staging, production). Run these commands from inside a linked application directory.`, Args: utils.NoArgs, PersistentPreRunE: middleware.Compose( middleware.CheckLogin, ), RunE: func(cmd *cobra.Command, args []string) error { cmd.Help() return nil }, }
Cmd represents the vars command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.