Skip to content

Drafteame/draft-cli-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draft CLI action

Draft is a CLI tool to help you create and manage AWS Lambda functions and services in a monorepo structure. It provides commands to create new services and lambdas, as well as to invoke them locally.

Requirements

  • Ubuntu amd64 runners

Installation

steps:
  # ...

  - name: Install draft cli
    uses: Drafteame/draft-cli-action@main
    with:
      access_token: ${{ secrets.ACCESS_TOKEN }}

Usage

Setup Databases

First locate yourself inside the service folder of the monorepo, the execute next command:

steps:
  # ...

  - name: Install draft cli
    uses: Drafteame/draft-cli-action@main
    with:
      access_token: ${{ secrets.ACCESS_TOKEN }}

  - name: Setup local database templates
    run: draft local:setup

About

Action that installs draft CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •