-
Notifications
You must be signed in to change notification settings - Fork 4
Adds more generic console commands for executable #3
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
fsmeier
wants to merge
398
commits into
spryker:master
Choose a base branch
from
fsmeier:feature/adjustable-console-commands-for-executable
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Adds more generic console commands for executable #3
fsmeier
wants to merge
398
commits into
spryker:master
from
fsmeier:feature/adjustable-console-commands-for-executable
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ove-console-command-from-setup
…ove-console-command-from-setup
…ove-console-command-from-setup
…ebmozart glob to be able to use stream wrapper. TE-5015 Added spryker/util-glob module. TE-5015 Use UtilGlob, added new definition finder, deprecated old TransferDefinitionFinder.
…ove-console-command-from-setup
CC-20997 Picking App - Push Notifications
Removed composer validate lowest check from CI
TE-10886 Release Dynamic Store
CC-30444 Fixed Glue current locale negotiation.
CC-31572 Adjusted ruleset configurations
…ort of PHP 8.2. (#10577) FRW-998 Dropped PHP 8.0 and added PHP 8.2 support.
…estampable` propel behaviors. (#10682) FRW-2289 Allow to configure date field type for `Archivable` and `Timestampable` propel behaviors.
FRW-7289 Fixed Development module dependency BC-break.
FRW-7400 Update PHPStan to 1.10.*
FRW-8526 Update contribution.md content for all repos with the Spryker license
…evelopment. (#10969) FRW-8430 Enabled console commands to be ran during 3rd-party module development.
…port of PHP 8.3. (#11088) FRW-8801 Switched PHP version from 8.1 to 8.2 by default, enabled support of PHP 8.3.
PHPStorm tools
FRW-8773 Added PHP Unit 11 support.
AE-142 Fixed support definition.
FRW-9645 Enable feature development.
ACP-4802 Over/Underpaid
bugfix/ssp-648-fix-feature-path
…core-modules-license-update FRW-8835 Updated license text for all Core modules.
SSP-32 Enabled the code style sniffer for the features.
spryker-bot
pushed a commit
that referenced
this pull request
Oct 28, 2025
Fixes to CI after migration to new monorepository
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description
Adds more generic approach to add console commands for executable so 3rd party modules can add their own console commands.
Checklist