-
Notifications
You must be signed in to change notification settings - Fork 16
Fix/add bulk url #2084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Fix/add bulk url #2084
Conversation
} | ||
const branch = config?.branch || 'main'; | ||
const host = stack?.host || config?.host || 'app.contentstack.com'; | ||
const appUrl = getAppUrlFromHost(host); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about non branch enabled stack ? do we need to consider that ?
@@ -0,0 +1,39 @@ | |||
const { regions } = require('@contentstack/cli-config/lib/utils/region-handler'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you name this file better, since the folder tells it that is a group of utilities, give name specific to its usage for better understanding such as "generate-bulk-publish-url.js"
@@ -1,11 +1,12 @@ | |||
{ | |||
"name": "@contentstack/cli-cm-bulk-publish", | |||
"description": "Contentstack CLI plugin for bulk publish actions", | |||
"version": "1.9.0", | |||
"version": "1.9.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sunil-lakshman its a new feature not a bug fix or a patch, for feature updates we have to bump the minor version, this should reflects in the contentstack package.json as well cli will get minor update
@sunil-lakshman please mention the ticket number like fix/CS-123434, also please get @AniketDev7 tested this before merge it to development |
No description provided.