Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ecs_bundler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecs_bundler

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

ECS Bundler

Gem Version

Composer module to transfer dependency information to our ECS server. Find the solution at https://ecs-app.eacg.de

Installation

Add this line to your application's Gemfile:

gem 'ecs_bundler'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ecs_bundler

To store your credentials for automated transfer you may create .ecsrc.json in your project directory or in your home directory to set credentials globally (not recommended!)

.ecsrc.json example:

{
  "userName": "UserName",
  "apiKey": "apiKey",
  "url": "url",
  "project": "Project Description"
}

Usage

You also may initiate transfer to ECS server manually by executing following command via terminal:

ecs_bundler
ecs_bundler -u userName -k apiKey -p Project 
ecs_bundler -c config.json
Usage: ecs_bundler [switches|options]
Switches:
   --help (-h) - display this help message
   --version - display version string
Options:
   --apiKey (-k) - api key
   --userName (-u) - user name
   --url - Base url
   --project (-p) - Project name
   --config (-c) - Config path

You also may initiate transfer to ECS server manually by executing following command in rake task or any other place:

ECSBundler.run

FAQs

Package last updated on 16 Jun 2017

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