Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 832 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 832 Bytes

Latest Release License: Apache-2.0

Install Dev Tools

npm install

Compile Policies

npm run compile

Compile + Watch Mode

npm run watch

Compile + Watch Mode + kubectl apply

npm run watch-apply

Run Jest Tests

npm run test