@commercelayer/cli
Advanced tools
| 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; |
@@ -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" | ||
| } |
+1
-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", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
169665
0.15%4212
0.19%