YAML for Heroku CLI
Execute Heroku CLI commands with integration-based authentication.
YAML examples for Heroku CLI
Execute Heroku CLI commands
yaml- action: "Heroku CLI" type: "HEROKU_CLI" integration: "heroku_integration" application_name: "my-heroku-app" shell: "SH" execute_commands: - "heroku config" - "heroku ps" - "heroku logs --tail"