Socket
Socket
Sign inDemoInstall

@codepass/cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codepass/cli

The Quickest Way To Solve Your Coding Errors


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

CodePass CLI

:point_right: Sign up for CodePass, the Quickest Way To Solve Your Coding Errors! :boom:

SolutionsHistory
solutionshistory

Installation

With npm:

npm install --global @codepass/cli

Or with Yarn:

yarn global add @codepass/cli

Getting Started

Initialize your user and project configuration by running:

codepass init

Sending Problems

See usage examples by running:

codepass problem --help

Commands

See all of the available commands by running:

codepass --help

Configuration

You can customize CodePass with the appropriate .codepassrc.yml file:

  • Personal / global configuration: ~/.codepassrc.yml, in user's home directory
  • Project specific configuration: .codepassrc.yml in project root

Note: Array values are concatinated if specified in both personal and project configuration files.

Security

Security is important to us. You can customize the data you're sending to CodePass by editing your .codepassrc.yml file.

Environment Variables

You can hide values for environment variables by setting security.hidden.env to an array of strings in your configuration files.

For example:

security:
    hidden:
        env:
            - AWS_ACCESS_KEY_ID
            - AWS_SECRET_ACCESS_KEY
            - HOMEBREW_GITHUB_API_TOKEN

The existance of the environment variable will still be sent, however, the actual value will not be sent and instead be shown as HOMEBREW_GITHUB_API_TOKEN below:

security hidden environment variables demo

Before sending your data to CodePass you will be given another and final opportunity to hide your environment variables with the interactive CLI:

security CLI hide environment variables demo

Keywords

FAQs

Package last updated on 31 Aug 2019

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