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

bara-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bara-cli - npm Package Compare versions

Comparing version 2.0.0 to 2.2.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [2.2.0](https://github.com/barajs/bara/compare/v2.1.0...v2.2.0) (2019-04-10)
**Note:** Version bump only for package bara-cli
# [2.0.0](https://github.com/barajs/bara/compare/v1.2.0...v2.0.0) (2019-04-04)

@@ -8,0 +16,0 @@

2

oclif.manifest.json

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

{"version":"2.0.0","commands":{"create":{"id":"create","description":"Create new Bara application","pluginName":"bara-cli","pluginType":"core","aliases":[],"examples":["$ bara create\n Create new Bara application\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"template":{"name":"template","type":"option","char":"t","description":"Choose a template","options":["backend","frontend","devops"]}},"args":[{"name":"appName"}]},"deploy":{"id":"deploy","description":"Deploy Bara application to Bara Space","pluginName":"bara-cli","pluginType":"core","aliases":[],"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":"2.2.0","commands":{"create":{"id":"create","description":"Create new Bara application","pluginName":"bara-cli","pluginType":"core","aliases":[],"examples":["$ bara create\n Create new Bara application\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"template":{"name":"template","type":"option","char":"t","description":"Choose a template","options":["backend","frontend","devops"]}},"args":[{"name":"appName"}]},"deploy":{"id":"deploy","description":"Deploy Bara application to Bara Space","pluginName":"bara-cli","pluginType":"core","aliases":[],"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": "bara-cli",
"description": "Bara CLI Application - Created For Creating",
"version": "2.0.0",
"version": "2.2.0",
"author": "nampdn @nampdn",

@@ -43,2 +43,3 @@ "homepage": "https://barajs.dev",

"test": "echo NO TESTS && exit 0;",
"compile": "echo NO COMPILE && exit 0;",
"version": "oclif-dev readme && git add README.md",

@@ -65,3 +66,3 @@ "format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'"

},
"gitHead": "94ba37542277688a8e9bab46cc2de960ff8c5c83"
"gitHead": "665cdc1a7688979de1e696917c6a3c28d337e8de"
}

@@ -22,3 +22,3 @@ bara-cli

$ bara (-v|--version|version)
bara-cli/2.0.0 darwin-x64 node-v11.12.0
bara-cli/2.2.0 darwin-x64 node-v11.12.0
$ bara --help [COMMAND]

@@ -53,3 +53,3 @@ USAGE

_See code: [src/commands/create.ts](https://github.com/barajs/bara/blob/v2.0.0/src/commands/create.ts)_
_See code: [src/commands/create.ts](https://github.com/barajs/bara/blob/v2.2.0/src/commands/create.ts)_

@@ -70,3 +70,3 @@ ## `bara deploy [FILE]`

_See code: [src/commands/deploy.ts](https://github.com/barajs/bara/blob/v2.0.0/src/commands/deploy.ts)_
_See code: [src/commands/deploy.ts](https://github.com/barajs/bara/blob/v2.2.0/src/commands/deploy.ts)_

@@ -73,0 +73,0 @@ ## `bara help [COMMAND]`

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