Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagEndpoint = "endpoint" FlagToken = "token" FlagFormat = "format" )
View Source
const ( FormatJSON = "json" FormatTable = "table" FormatCSV = "csv" )
Variables ¶
View Source
var ( Name = "flow" Description = "flow is a command-line interface for managing the Flow Swiss cloud platform." Version = "v2.0.0-beta.1" DefaultEndpoint = "https://api.flow.swiss/" )
View Source
var ( Stdout = console.NewConsoleOutput(os.Stdout) Stderr = console.NewConsoleOutput(os.Stderr) )
View Source
var Root = cobra.Command{ Use: Name, Short: Description, Version: Version, SilenceErrors: true, }
Functions ¶
func PrintStdout ¶
func PrintStdout(val interface{}) error
Types ¶
Click to show internal directories.
Click to hide internal directories.