New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@apr/werckerenvtools

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apr/werckerenvtools

Tools to work with environment variables in wercker

latest
Source
npmnpm
Version
1.0.11
Version published
Maintainers
6
Created
Source

werckerenvtools

Tools to work with wercker environments

Installation

npm i -g @apr/werckerenvtools

Env variables

To avoid writing the api token directly in the command line, it can be read from the environment variable WERCKERENVTOOLS_TOKEN.

Export

Example:

werckerenvtools export [organization] [application] [pipeline] --token [token] --include-application false > ENVIRONMENT

will export the environment variables of the pipeline to file called ENVIRONMENT Organization, application and pipeline must exist. include-application is optional and defaults to false but will include application envvars if true

Import

Example:

werckerenvtools import [organization] [application] [pipeline] --token [token] --overwrite true --file ENVIRONMENT

will import the environment variables of the update pipeline from file called ENVIRONMENT Organization, application and pipeline must exist. overwrite is optional and defaults to false but will overwrite existing keys

Sync

Example:

werckerenvtools sync [organization] [application] [src-pipeline] [dst-pipeline] --token [token]

will sync the environment variables of the src pipeline to the dst pipeline Organization, application and pipelines must exist. overwrite is optional and defaults to false but will overwrite existing keys

Trim

Example:

werckerenvtools trim [organization] [application] [pipeline] --token [token]

Trims all environment variable keys in the pipeline that also exists in application or organization

Keywords

wercker

FAQs

Package last updated on 28 May 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