You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce CLI shortcuts for IF flags to make UI simplier. Such as:
Why
To run the IF framework rapidly, use short keywords for --manifest, --output, --help and --stdout.
SoW (scope of work)
Documentation updated
QA Tested
Acceptance criteria
Updated IF with working shortcuts
GIVEN this update has been implemented and a user has downloaded and installed if
WHEN a user runs the following command ie -m <path-to-a-manifest>
THEN ie should execute identically to the command `ie --manifest
The same should apply to the following mapping of shortkeys to commands:
shortkey
command
-h
--help
-m
--manifest
-o
--output
-s
--stdout
Updated Documentation
The shortkeys should be described in the IF readme and on the CLI page on if.greensoftware.foundation
What
Introduce CLI shortcuts for IF flags to make UI simplier. Such as:
Why
To run the IF framework rapidly, use short keywords for
--manifest
,--output
,--help
and--stdout
.SoW (scope of work)
Acceptance criteria
if
WHEN a user runs the following command
ie -m <path-to-a-manifest>
THEN
ie
should execute identically to the command `ie --manifestThe same should apply to the following mapping of shortkeys to commands:
-h
--help
-m
--manifest
-o
--output
-s
--stdout
The shortkeys should be described in the IF readme and on the CLI page on if.greensoftware.foundation
The text was updated successfully, but these errors were encountered: