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

github.com/vorteil/bundler

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/vorteil/bundler

  • v0.0.0-20200921003055-d3e98c1398fb
  • Source
  • Go
  • Socket score

Version published
Created
Source

bundler


Logo

bundler

tool to create or modify bundles for vorteil.io


The bundler tool helps to build, modify, extract or inspect vorteil bundles. It contains only four commands:

create

Creates a vorteil.io bundle based on the files in the provided toml configuration file.

bundler create 11.22.3 /path/to/bundle.toml > vorteil-11.22.3

extract

Extracts all files from an existing bundle to the provided folder.

bundler extract /path/to/kernel-99.99.1 /tmp/folder

inspect

Inspects the bundle and returns all file names and tags in this bundle.

bundler inspect /path/to/kernel-99.99.1

process

Create a "live" bundle for the tags provided. If run with argument "dry-run" it only shows the files being on the bundle with those tags applied.

bundler process /path/to/kernel-99.99.1 tcpdump --dry-run
bundler process /path/to/kernel-99.99.1 tcpdump > file

More Information:

Building

go build -o bundler cmd/main.go
License

Distributed under the Apache 2.0 License. See LICENSE for more information.

FAQs

Package last updated on 21 Sep 2020

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