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

@capraconsulting/cals-cli

Package Overview
Dependencies
Maintainers
8
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capraconsulting/cals-cli - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

2

lib/index.es.js

@@ -9,3 +9,3 @@ import cachedir from 'cachedir';

var version = "1.10.0";
var version = "1.11.0";

@@ -12,0 +12,0 @@ class Config {

@@ -15,3 +15,3 @@ 'use strict';

var version = "1.10.0";
var version = "1.11.0";

@@ -18,0 +18,0 @@ class Config {

{
"name": "@capraconsulting/cals-cli",
"version": "1.10.0",
"version": "1.11.0",
"description": "CLI for repeatable tasks in CALS",

@@ -35,4 +35,4 @@ "scripts": {

"@types/js-yaml": "3.12.1",
"@types/lodash": "4.14.137",
"@types/node": "11.13.19",
"@types/lodash": "4.14.138",
"@types/node": "11.13.20",
"@types/node-fetch": "2.5.0",

@@ -45,3 +45,3 @@ "@types/read": "0.0.28",

"dateformat": "3.0.3",
"eslint": "6.2.2",
"eslint": "6.3.0",
"eslint-config-prettier": "6.1.0",

@@ -52,10 +52,10 @@ "eslint-plugin-prettier": "3.1.0",

"prettier": "1.18.2",
"rollup": "1.20.2",
"rollup": "1.20.3",
"rollup-plugin-alias": "1.5.2",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.23.0",
"rollup-plugin-typescript2": "0.24.0",
"semantic-release": "15.13.24",
"ts-jest": "24.0.2",
"typescript": "3.5.3"
"typescript": "3.6.2"
},

@@ -62,0 +62,0 @@ "files": [

@@ -18,2 +18,18 @@ # cals-cli

### Configuration
You need to create `~/.cals-config.json` and you can use this as a template:
```json
{
"definitionFile": "/path/to/resources-definition/resources.yaml"
}
```
The `definitionFile` should point to `resources.yaml` where you have locally
checked out https://github.com/capralifecycle/resources-definition.
As the CLI uses that file for lots of its operations, you must remember
to keep it up to date with the remote before using the CLI.
## Building locally

@@ -20,0 +36,0 @@

Sorry, the diff of this file is too big to display

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