@contentstack/cli-command 1.0.0 → 1.0.1
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/lib/index.js +1 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -81,7 +81,7 @@ class ContentstackCommand extends command_1.Command {
|
|
|
81
81
|
this._authToken = cli_utilities_1.configHandler.get('authtoken');
|
|
82
82
|
if (this._authToken)
|
|
83
83
|
return this._authToken;
|
|
84
|
-
throw new
|
|
84
|
+
// throw new CLIError('You are not logged in. Please login with command $ csdx auth:login');
|
|
85
85
|
}
|
|
86
86
|
getToken(alias) {
|
|
87
87
|
if (alias) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli-command",
|
|
3
3
|
"description": "Contentstack CLI plugin for configuration",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "./types/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"format": "eslint src/**/*.ts --fix"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@contentstack/cli-utilities": "^1.0.
|
|
20
|
+
"@contentstack/cli-utilities": "^1.0.2",
|
|
21
21
|
"@contentstack/management": "^1.3.0",
|
|
22
22
|
"@oclif/command": "^1.8.16",
|
|
23
23
|
"contentstack": "^3.10.1"
|