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