Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Export ¶
type Export struct { T_Type string `desc:"Export specific type. Supported types: namespace or service"` Raw bool `desc:"Export the raw API object, not the pretty formatted one"` Format string `desc:"Specify output format, yaml/json. Defaults to yaml" default:"yaml"` Stack bool `desc:"Export riofile format. Only works for namespace"` }
func (*Export) Run ¶
func (e *Export) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.