Documentation
¶
Overview ¶
Package endpoint implements the 'delete endpoint' sub-command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command performs the "delete endpoint" function Command = &cobra.Command{ Use: "endpoint", Short: "Delete endpoint", Long: `Deletes an API endpoint. Caution: This will remove the API endpoint from the existing configuration. To use it again, you will have to re-authenticate. There is no way to undo this. Example: gsctl delete endpoint https://api.gigantic.io`, PreRun: printValidation, Run: printResult, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.