@cerema/cadriciel 1.4.22 → 1.4.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -10,8 +10,7 @@ const userHomeDir = os.homedir();
|
|
|
10
10
|
const boxen = require('boxen');
|
|
11
11
|
|
|
12
12
|
const CADRICIEL_PATH = findCadricielDir(process.cwd());
|
|
13
|
-
const CADRICIEL_COMMAND =
|
|
14
|
-
process.argv[1].split('/')[process.argv[1].split('/').length - 1];
|
|
13
|
+
const CADRICIEL_COMMAND = 'cad';
|
|
15
14
|
global.CADRICIEL_URI = 'https://cadriciel.k8-dev.cerema.fr/api';
|
|
16
15
|
|
|
17
16
|
var CADRICIEL_GLOBAL_COMMANDS = {};
|