Skip to content
terminal

GitHub Action

AWS Elastic Beanstalk cli

v1.0.0 Latest version

AWS Elastic Beanstalk cli

terminal

AWS Elastic Beanstalk cli

Provide eb cli commands

Installation

Copy and paste the following snippet into your .yml file.

              

- name: AWS Elastic Beanstalk cli

uses: hmanzur/[email protected]

Learn more about this action in hmanzur/actions-aws-eb

Choose a version

Aws eb cli action

Run tests License: MIT

This action run eb cli

Inputs

command

Required The command to run on cli.

Example usage

uses: hmanzur/[email protected]
with:
  command: 'deploy ${{ secrets.ENVIRONMENT_NAME }}'
env:
  AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
  AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
  AWS_DEFAULT_REGION: "us-east-1"