Skip to content

feat: added utility class to enable rollback flags disable pref #281

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

Open
wants to merge 1 commit into
base: prerelease/alpha
Choose a base branch
from

Conversation

RedisBot
Copy link

@RedisBot RedisBot commented Jun 6, 2025

What does this PR do?

This PR adds a new org pref to migration script to disable rollback flags.

What issues does this PR fix or reference?

@RedisBot RedisBot requested a review from a team as a code owner June 6, 2025 12:46
Copy link

salesforce-cla bot commented Jun 6, 2025

Thanks for the contribution! It looks like @RedisBot is an internal user so signing the CLA is not required. However, we need to confirm this.

@@ -32,16 +32,19 @@ Messages.importMessagesDirectory(__dirname);
const messages = Messages.loadMessages('@salesforce/plugin-omnistudio-migration-tool', 'migrate');

export default class Migrate extends OmniStudioBaseCommand {
public static description = messages.getMessage('commandDescription');
public static description = 'Enable disableRollbackFlagsPref organization preference';
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this!


public static args = [{ name: 'file' }];

protected static flagsConfig = {
namespace: flags.string({
char: 'n',
description: messages.getMessage('namespaceFlagDescription'),
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

@RedisBot RedisBot force-pushed the madhur.singhal/disableRollBackFlagsPrefAddition branch from 8321cf1 to d66fc27 Compare June 9, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant