]
Jean-Francois Denise updated WFCORE-1594:
-----------------------------------------
Git Pull Request:
CLI to support attached file streams
------------------------------------
Key: WFCORE-1594
URL:
https://issues.jboss.org/browse/WFCORE-1594
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
This entry tracks the addition of a support for attached files in CLI operations,
Operation arguments of type INT and annotated with *attached-stream* and
*filesystem-path* must be attached to the Operation.
Users will not deal directly with streams, but with file paths.
The CLI must discover such arguments and:
1) Propose completion by looking up the file system
2) Replace the path by a stream index
3) Send the File streams as attachements
This must be supported both in batch and non batch mode.