Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "setup", Short: "Add the Postman Live Collections Agent to the current server.", Long: "The CLI will add the Postman Live Collections Agent as a systemd service to your current server.", SilenceUsage: true, RunE: addAgentToEC2, }
View Source
var RemoveFromEC2Cmd = &cobra.Command{ Use: "remove", Short: "Remove the Postman Live Collections Agent from EC2.", Long: "Remove a previously installed Postman agent from an EC2 server.", SilenceUsage: true, RunE: removeAgentFromEC2, Hidden: true, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.