1.13.0 • Published 4 days ago

@openzeppelin/defender-sdk-action-client v1.13.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 days ago

Defender SDK Actions Client

The OpenZeppelin Defender provides a security operations (SecOps) platform for Ethereum with built-in best practices. Development teams implement Defender to ship faster and minimize security risks.

This library provides methods related to actions. See Examples for usage.

Defender Actions CLI tool

In addition to the SDK APIs for managing actions, we provide a CLI tool for running, updating (code) and tail action executions logs.

Setup

  1. Install actions package globally:

npm install -g @openzeppelin/defender-sdk-action-client

  1. Export environment variables:
# Defender API key and secret
$ export API_KEY=
$ export API_SECRET=

Usage

Run action

$ defender-action execute-run $ACTION_ID

Update action code

$ defender-action update-code $ACTION_ID $PATH

Tail action run logs

$ defender-action tail-runs $ACTION_ID
1.13.0

4 days ago

1.12.0

1 month ago

1.11.0

2 months ago

1.10.0

3 months ago

1.9.0

3 months ago

1.8.0

5 months ago

1.7.0

5 months ago

1.6.0

6 months ago

1.5.0

6 months ago

1.4.0

6 months ago

1.3.0

7 months ago

1.2.0

8 months ago

1.1.0

9 months ago

1.0.0

9 months ago