Skip to content

Commit 87cc721

Browse files
authored
Merge pull request #2027 from contentstack/fix/DX-3323
fix: Default Log Storage issues
2 parents 018be43 + 59871cb commit 87cc721

File tree

32 files changed

+129
-88
lines changed

32 files changed

+129
-88
lines changed

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@contentstack/cli-command": "~1.6.0",
22-
"@contentstack/cli-utilities": "~1.13.0",
22+
"@contentstack/cli-utilities": "~1.13.1",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
2525
"@oclif/plugin-plugins": "^5.4.38",

packages/contentstack-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-auth/1.5.0 darwin-arm64 node-v22.14.0
21+
@contentstack/cli-auth/1.5.1 darwin-arm64 node-v22.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-auth/messages/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"CLI_AUTH_LOGOUT_ALREADY": "You're already logged out",
2121
"CLI_AUTH_LOGOUT_NO_AUTHORIZATIONS": "No authorizations found",
2222
"CLI_AUTH_LOGOUT_NO_AUTHORIZATIONS_USER": "No authorizations found for current user",
23-
"CLI_AUTH_WHOAMI_LOGGED_IN_AS": "You are currently logged in with email '%s'",
23+
"CLI_AUTH_WHOAMI_LOGGED_IN_AS": "You are currently logged in with email:",
2424
"CLI_AUTH_WHOAMI_FAILED": "Failed to get the current user details",
2525
"CLI_AUTH_WHOAMI_DESCRIPTION": "Display current users email address",
2626
"CLI_AUTH_TOKENS_ADD_ASK_TOKEN_ALIAS": "Provide alias to store token",

packages/contentstack-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-command": "~1.6.0",
26-
"@contentstack/cli-utilities": "~1.13.0",
26+
"@contentstack/cli-utilities": "~1.13.1",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28"
2929
},

packages/contentstack-auth/src/commands/auth/whoami.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default class WhoamiCommand extends BaseCommand<typeof WhoamiCommand> {
1818
log.debug('User email found, displaying user information', { ...this.contextDetails, email: this.email });
1919
cliux.print('CLI_AUTH_WHOAMI_LOGGED_IN_AS', { color: 'white' });
2020
cliux.print(this.email, { color: 'green' });
21-
log.info(messageHandler.parse('CLI_AUTH_WHOAMI_LOGGED_IN_AS', this.email), this.contextDetails);
2221
log.debug('Whoami command completed successfully', this.contextDetails);
2322
} else {
2423
log.debug('No user email found in context', this.contextDetails);

packages/contentstack-bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap
1515
$ csdx COMMAND
1616
running command...
1717
$ csdx (--version)
18-
@contentstack/cli-cm-bootstrap/1.15.0 darwin-arm64 node-v18.20.2
18+
@contentstack/cli-cm-bootstrap/1.15.0 darwin-arm64 node-v22.14.0
1919
$ csdx --help [COMMAND]
2020
USAGE
2121
$ csdx COMMAND

packages/contentstack-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@contentstack/cli-cm-seed": "~1.12.0",
2020
"@contentstack/cli-command": "~1.6.0",
21-
"@contentstack/cli-utilities": "~1.13.0",
21+
"@contentstack/cli-utilities": "~1.13.1",
2222
"@oclif/core": "^4.3.0",
2323
"@oclif/plugin-help": "^6.2.28",
2424
"inquirer": "8.2.6",

packages/contentstack-branches/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@contentstack/cli-command": "~1.6.0",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~1.13.0",
11+
"@contentstack/cli-utilities": "~1.13.1",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
1414
"lodash": "^4.17.21"

packages/contentstack-bulk-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.6.0",
9-
"@contentstack/cli-utilities": "~1.13.0",
9+
"@contentstack/cli-utilities": "~1.13.1",
1010
"@oclif/core": "^4.3.0",
1111
"@oclif/plugin-help": "^6.2.28",
1212
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)