Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RestCmd = &cobra.Command{ Use: cmdName + " [method] [-ktHSVb] url", Short: "Make a REST request", Long: `Make a REST request to the specified URL. The method defaults to GET when not specified.`, Example: "GET http://example.com/api/endpoint -H 'Accept:application/json,Accept-Encoding:gzip'", Args: cobra.MaximumNArgs(2), RunE: runRest, }
RestCmd defines the `tykops rest` CLI command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.