Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@commercelayer/cli

Package Overview
Dependencies
Maintainers
2
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli - npm Package Compare versions

Comparing version
6.8.0
to
6.8.1
+1
-0
lib/commands/cli/dir.d.ts
import { Command } from '@oclif/core';
export default class CliDir extends Command {
static description: string;
static aliases: string[];
static examples: string[];
run(): Promise<void>;
}

@@ -7,2 +7,3 @@ "use strict";

static description = 'show working directories used by the cli';
static aliases = ['dir', 'paths', 'cli:paths'];
static examples = [

@@ -22,4 +23,6 @@ 'cl cli:dir'

this.log();
this.log(`CLI directory name: ${cli_core_1.clColor.dim(this.config.dirname)}`);
this.log();
}
}
exports.default = CliDir;
+6
-2

@@ -1250,3 +1250,7 @@ {

"cli:dir": {
"aliases": [],
"aliases": [
"dir",
"paths",
"cli:paths"
],
"args": {},

@@ -1651,3 +1655,3 @@ "description": "show working directories used by the cli",

},
"version": "6.8.0"
"version": "6.8.1"
}
{
"name": "@commercelayer/cli",
"description": "Commerce Layer CLI",
"version": "6.8.0",
"version": "6.8.1",
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/commercelayer/commercelayer-cli",