YAML for New Relic CLI
Execute New Relic CLI commands with integration-based authentication.
YAML examples for New Relic CLI
Execute New Relic CLI commands
yaml- action: "New Relic CLI" type: "NEW_RELIC_CLI" integration: "newrelic_integration" shell: "SH" execute_commands: |- newrelic entity search --name 'my-app' newrelic apm deployment create --applicationId 12345 --revision $BUDDY_EXECUTION_REVISION