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

go-bag

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

go-bag - npm Package Compare versions

Comparing version 0.0.6-canary.5.8474645b0e4399564f9db4007897dba26a0fb6e8.0 to 0.0.6-canary.6.7e6a821613b60c997381b388db695919e6d0c5c7.0

5

lib/commands/hello.js

@@ -17,5 +17,6 @@ "use strict";

Hello.examples = [
`$ backpack hello
`
$ go-bag hello
hello world from ./src/hello.ts!
`,
`.trimLeft(),
];

@@ -22,0 +23,0 @@ Hello.flags = {

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"0.0.6-canary.5.8474645b0e4399564f9db4007897dba26a0fb6e8.0","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"go-bag","pluginType":"core","aliases":[],"examples":["$ backpack hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]}}}
{"version":"0.0.6-canary.6.7e6a821613b60c997381b388db695919e6d0c5c7.0","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"go-bag","pluginType":"core","aliases":[],"examples":["$ go-bag hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]}}}
{
"name": "go-bag",
"description": "A CLI tool to take your computer setup on the road.",
"version": "0.0.6-canary.5.8474645b0e4399564f9db4007897dba26a0fb6e8.0",
"version": "0.0.6-canary.6.7e6a821613b60c997381b388db695919e6d0c5c7.0",
"author": "Manu Phatak @manuphatak",

@@ -65,3 +65,3 @@ "license": "MIT",

"commands": "./lib/commands",
"bin": "backpack",
"bin": "go-bag",
"plugins": [

@@ -68,0 +68,0 @@ "@oclif/plugin-help"

# go-bag
A quick CLI tool to help hotswap your machine by backing up your local setup.
A CLI tool to take your computer setup on the road.

@@ -25,9 +25,9 @@ [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)

$ npm install -g go-bag
$ backpack COMMAND
$ go-bag COMMAND
running command...
$ backpack (-v|--version|version)
go-bag/0.0.6-canary.5.8474645b0e4399564f9db4007897dba26a0fb6e8.0 linux-x64 node-v14.16.0
$ backpack --help [COMMAND]
$ go-bag (-v|--version|version)
go-bag/0.0.6-canary.6.7e6a821613b60c997381b388db695919e6d0c5c7.0 linux-x64 node-v14.16.0
$ go-bag --help [COMMAND]
USAGE
$ backpack COMMAND
$ go-bag COMMAND
...

@@ -42,6 +42,6 @@ ```

- [`backpack hello [FILE]`](#backpack-hello-file)
- [`backpack help [COMMAND]`](#backpack-help-command)
- [`go-bag hello [FILE]`](#go-bag-hello-file)
- [`go-bag help [COMMAND]`](#go-bag-help-command)
## `backpack hello [FILE]`
## `go-bag hello [FILE]`

@@ -52,3 +52,3 @@ describe the command here

USAGE
$ backpack hello [FILE]
$ go-bag hello [FILE]

@@ -61,15 +61,15 @@ OPTIONS

EXAMPLE
$ backpack hello
$ go-bag hello
hello world from ./src/hello.ts!
```
_See code: [src/commands/hello.ts](https://github.com/manuphatak/go-bag/blob/v0.0.6-canary.5.8474645b0e4399564f9db4007897dba26a0fb6e8.0/src/commands/hello.ts)_
_See code: [src/commands/hello.ts](https://github.com/manuphatak/go-bag/blob/v0.0.6-canary.6.7e6a821613b60c997381b388db695919e6d0c5c7.0/src/commands/hello.ts)_
## `backpack help [COMMAND]`
## `go-bag help [COMMAND]`
display help for backpack
display help for go-bag
```
USAGE
$ backpack help [COMMAND]
$ go-bag help [COMMAND]

@@ -76,0 +76,0 @@ ARGUMENTS

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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