Documentation ¶
Overview ¶
Package subcommands contains the subcommands of the trace-agent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalParams ¶
type GlobalParams struct { ConfPath string ConfigName string LoggerName string FleetPoliciesDirPath string }
GlobalParams contains the values of agent-global Cobra flags.
A pointer to this type is passed to SubcommandFactory's, but its contents are not valid until Cobra calls the subcommand's Run or RunE function.
Directories ¶
Path | Synopsis |
---|---|
Package config implements 'trace-agent config' cli.
|
Package config implements 'trace-agent config' cli. |
Package controlsvc implements 'trace-agent start-service', 'trace-agent stopservice', and 'trace-agent restart-service'.
|
Package controlsvc implements 'trace-agent start-service', 'trace-agent stopservice', and 'trace-agent restart-service'. |
Package info contains the 'info' subcommand for the 'trace-agent' command.
|
Package info contains the 'info' subcommand for the 'trace-agent' command. |
Package run implements the run subcommand for the 'trace-agent' command.
|
Package run implements the run subcommand for the 'trace-agent' command. |
Click to show internal directories.
Click to hide internal directories.