Documentation ¶ Index ¶ type Edit func (edit *Edit) Run(app *cli.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Edit ¶ type Edit struct { Prompt bool `desc:"When editing a stack re-ask all questions if not found in environment variables"` Raw bool `desc:"Edit the raw API object, not the pretty formatted one"` T_Type string `desc:"Specific type to edit"` } func (*Edit) Run ¶ func (edit *Edit) Run(app *cli.Context) error Source Files ¶ edit.goraw_edit.go Click to show internal directories. Click to hide internal directories.