Skip to content

Added the ability to work with secrets in the CLI. set, delete and get list of all secrets keys, per region. #217

Added the ability to work with secrets in the CLI. set, delete and get list of all secrets keys, per region.

Added the ability to work with secrets in the CLI. set, delete and get list of all secrets keys, per region. #217

Workflow file for this run

on: pull_request
name: Pull Request
jobs:
test:
name: Run validations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.12.x"
- run: yarn install
- run: yarn build
- run: yarn lint