I would (really) love to have some management commands to read, write, list (etc) keys stored on a filesystem.
I propose the following commands:
Name
Arguments
Description
gaufrette:read
filesystemkey
shows the content of key on filesystem
gaufrette:write
filesystemkeycontent
writes content on filesystem usign the name key
gaufrette:exists
filesystemkey
checks if key exists on filesystem
gaufrette:keys
filesystem[blob]
lists all keys in filesystem (optionally filtered by blob)
gaufrette:delete
filesystemkey
deletes key in filesystem
gaufrette:rename
filesystemkey1key1
renames key1 to key2 in filesystem
What do you think about it?
It should be quite easy to implement them as separate symfony commands and using the filesystem mapper service as way to retrieve configured filesystems.
I would (really) love to have some management commands to read, write, list (etc) keys stored on a filesystem.
I propose the following commands:
filesystem
key
key
onfilesystem
filesystem
key
content
content
onfilesystem
usign the namekey
filesystem
key
key
exists onfilesystem
filesystem
[blob]
filesystem
(optionally filtered byblob
)filesystem
key
key
infilesystem
filesystem
key1
key1
key1
tokey2
infilesystem
What do you think about it? It should be quite easy to implement them as separate symfony commands and using the filesystem mapper service as way to retrieve configured filesystems.