@aws/codecatalyst-adk

1.0.20 • Public • Published

@aws/codecatalyst-adk

Purpose

ADK offers action developers a command-line interface (CLI) to kick off action development.

Usage

The following three commands are offered:

adk init

Generates action definition file in the current directory (.codecatalyst/actions/action.yml by default).

Example:

adk init --lang typescript --space MySpace --proj <CODECATALYST-PROJECT-NAME> --repo <CODECATALYST-REPO-NAME> --action <ACTION-NAME>

adk bootstrap

Bootstraps action project in the current folder from action.yml file. Bootstrap command generates source code, CI/CD workflow configuration, config files, and a basic readme file.

Example:

adk bootstrap -f .codecatalyst/actions/action.yml

adk validate

Validates action project.

Example:

adk validate

Readme

Keywords

none

Package Sidebar

Install

npm i @aws/codecatalyst-adk

Weekly Downloads

16,130

Version

1.0.20

License

Apache-2.0

Unpacked Size

212 kB

Total Files

112

Last publish

Collaborators

  • adk-npm-public-release
  • koshlap