Ruud Senden
Ruud Senden
Currently, parameters and options are mostly displayed in the order in which they are defined in the various command classes. Preferably, the synopsis should display options and parameters in the...
Although probably low priority for now, allowing an appversion (and maybe also other entities) to be created from a variable could be a very powerful feature to copy application versions...
The `fcli ssc appversion-artifact upload` and `import` commands simply upload the given artifact with the given engine type to SSC, potentially resulting in processing failure if the appropriate parser plugin...
Ideally, all commands for which the primary FoD API endpoint supports the `filters` request parameter should allow for server-side filtering, both providing automated server-side query-functionality based on `-q`/`--query` option, and...
Customers may need to share the generated report with OpenText for license validation purposes, however they may not be comfortable with sharing developer PII (name/email) or other potentially confidential information...
At the moment, the `fcli util ncd-report` commands only support GitHub and GitLab; we should add support for other commonly used SCM providers, in particular Azure DevOps and potentially BitBucket....
The file transfer helpers in SSC and FoD modules instantiate `IProgressHelper` instances through `ProgressWriterType` directly. For consistency and enhanced capabilities, command classes using these file transfer helpers should use `ProgressWriterFactoryMixin`...
In some cases, it might be useful to have dynamic command headers shown in the usage help information. For example, if there are any active SSC sessions, the `fcli ssc...
There are quite a lot of entries in `/fcli-app/src/main/resources/META-INF/native-image/fcli/fcli-app/spel/reflect-config.json` to allow for proper SpEL operation in native images. Given the time that it takes for native images to be ready...
Related to #336, fcli should provide proper completion candidates where applicable. The new `CompletionCandidatesTest` currently outputs the following options/parameters that may need to be improved to provide proper completion candidates:...