1.0.20 • Published 12 months ago

@aws/codecatalyst-adk v1.0.20

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
12 months ago

@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
1.0.19

12 months ago

1.0.20

12 months ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

2 years ago

1.0.16-alpha.0

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

0.96.1

2 years ago