-
Notifications
You must be signed in to change notification settings - Fork 223
Add --name flag to theme push command
#6657
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: main
Are you sure you want to change the base?
Conversation
9a88cb6 to
367cc05
Compare
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success3682 tests passing in 1436 suites. Report generated by 🧪jest coverage report action from c0dd1ba |
|
This PR seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. |
367cc05 to
c0dd1ba
Compare
Differences in type declarationsWe detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:
New type declarationsWe found no new type declarations in this PR Existing type declarationspackages/cli-kit/dist/public/node/themes/theme-manager.d.ts@@ -8,7 +8,7 @@ export declare abstract class ThemeManager {
protected abstract removeTheme(): void;
protected abstract context: string;
constructor(adminSession: AdminSession);
- findOrCreate(): Promise<Theme>;
+ findOrCreate(name?: string): Promise<Theme>;
fetch(): Promise<Theme | undefined>;
generateThemeName(context: string): string;
create(themeRole?: Role, themeName?: string): Promise<Theme>;
|
WHY are these changes introduced?
Fixes #0000
WHAT is this pull request doing?
How to test your changes?
Post-release steps
Measuring impact
How do we know this change was effective? Please choose one:
Checklist