New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

az-devops-tools

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

az-devops-tools

Tools that wrap the az CLI to make certain DevOps tasks a bit less painful.

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

az-devops-tools

Getting Started

git clone https://github.com/wgoehrig/az-devops-tools/
npm ci
npm run build
az extension add --name azure-devops
az devops configure --defaults organization="https://dev.azure.com/<ORGANIZATION>" project="<PROJECT>"
node . # See possible commands

Webhooks/Service hooks (svc-hooks)

View some webhooks

svc-hooks get but this is pretty verbose. Use --verbose for even more verbosity.

Create some webhooks

  1. svc-hooks create-init
  2. Fill in the required fields in the generated YAML file.
  3. svc-hooks create <file>

Edit some existing webhooks

  1. svc-hooks edit-init
  2. Edit fields in the generated YAML file.
  3. Remove any webhook entries you don't want to change. This is recommended to avoid unexpected errors.
  4. svc-hooks edit <file>

FAQ

I keep getting an error about null keys and/or missing data in file.

Do not leave any null or undefined values. You can force null with '' empty string, but may have some unexpected behavior. For example, a git.push webhook with branch: '' will trigger on any branch.

What are the supported event types?

See EventTypes.ts for the list of currently supported event types.

See full list of event types and their required parameters here.

I don't understand the parameters.

See full list of event types and their required parameters here.

FAQs

Package last updated on 07 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc