Skip to content
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

[TAKS] Improve CLI output #480

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

kitzberger
Copy link
Contributor

@kitzberger kitzberger commented Feb 22, 2024

To achieve a better output when calling bin/typo3 container:sorting:

$ bin/typo3 container:sorting --apply
- pid 123, container uid 234 must be fixed
- pid 123, container uid 235 must be fixed
- pid 312, container uid 242 must be fixed

Output only when having -v:

$ bin/typo3 container:sorting --apply -v
Checking entire pagetree
- pid 123, container uid 234 must be fixed
- pid 123, container uid 235 must be fixed
- pid 312, container uid 242 must be fixed

Or

$ bin/typo3 container:sorting 123 -v
Checking page 123  [DRYRUN]
- pid 123, container uid 234 must be fixed
- pid 123, container uid 235 must be fixed
- pid 312, container uid 242 must be fixed

Or

$ bin/typo3 container:sorting 543 -v
Checking 543
- all good, nothing to do here

@kitzberger kitzberger force-pushed the improve-sorting-cmd branch 2 times, most recently from 2933006 to 550700f Compare February 22, 2024 22:00
@achimfritz achimfritz merged commit 36e628f into b13:master Aug 1, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants