feature: flow-php/symfony-filesystem-bundle#2291
Merged
norberttech merged 2 commits into1.xfrom Apr 7, 2026
Merged
Conversation
feature: flow filesystem bundle skeleton feature: bundle configuration tree feature: filesystem factory contracts feature: built in filesystem factories feature: filesystem commands
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 1.x #2291 +/- ##
==========================================
+ Coverage 83.69% 84.10% +0.40%
==========================================
Files 1482 1503 +21
Lines 55877 56700 +823
==========================================
+ Hits 46769 47686 +917
+ Misses 9108 9014 -94
🚀 New features to boost your workflow:
|
stloyd
reviewed
Apr 7, 2026
| use Symfony\Component\Console\Style\SymfonyStyle; | ||
|
|
||
| #[AsCommand(name: 'flow:filesystem:cat', description: 'Stream a file URI to STDOUT.', aliases: ['flow:fs:cat'])] | ||
| final class CatCommand extends Command |
Member
There was a problem hiding this comment.
TBH I'm not sure how those CLI commands would be useful in real world, do you have something that gave you idea behind them?
Member
Author
There was a problem hiding this comment.
yea I'm using something similar to deal with remote filesystems automations in one the projects I'm working on. Instead of keeping remote FS credentials in many places I made the symfony app an entry point and I'm running them through ansible
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
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.
Resolves: #xxx
Change Log
Added
Fixed
Changed
Removed
Deprecated
Security