Steps to Verify
Thes commands are to manage the items into the App Store. To check this area into the studio go to Admin >> Mobile App Management >> App Store Apps.
To List:
./bin/fhc.js admin appstore storeitems list
./bin/fhc.js admin appstore storeitems list --json
To Read:
./bin/fhc.js admin appstore storeitems list
./bin/fhc.js admin appstore storeitems list --json
To Create:
JIRA: https://issues.jboss.org/browse/FH-3750
Changes performed
Steps to Verify Thes commands are to manage the items into the App Store. To check this area into the studio go to Admin >> Mobile App Management >> App Store Apps.
To List:
fhc admin appstore storeitems create --name=<name> --description=<description> --authToken=<authToken> --restrictToGroups=<true|false>
fhc admin appstore storeitems create --name=<name> --description=<description> --authToken=<authToken> --restrictToGroups=<true|false> --json
To Delete:fhc admin appstore storeitems delete --id=<id>
fhc admin appstore storeitems delete --id=<id> --json
To Update:fhc admin appstore storeitems update --id=<id> --name=<name> --description=<description> --authToken=<authToken> --restrictToGroups=<true|false>
fhc admin appstore storeitems update --id=<id> --name=<name> --description=<description> --authToken=<authToken> --restrictToGroups=<true|false> --json
To Uploadfhc admin appstore storeitems uploadbinary --id=<id> --type=<iphone|android|ipad> --binary=<binary>
fhc admin appstore storeitems uploadicon --id=<id> --icon=<icon>
To manage policies of the item store./bin/fhc.js admin appstore storeitems listpolicies --id=<id>
fhc admin appstore storeitems addpolicy --id=<id> --policy=<policy>
fhc admin appstore storeitems delpolicy --id=<id> --policy=<policy>
To manage grups of the item storefhc admin appstore storeitems addgroups --id=<id> --group=<group>
fhc admin appstore storeitems delgroups --id=<id> --group=<group>
To check the binary versionsfhc admin appstore storeitems binaryversions --id=<id>
To update group restrictionfhc admin appstore storeitems grouprestrict --id=<id> --restrictToGroups=<true|false>
Local Tests To List:
To Read:
To Create:
To Delete:
To Update:
To Upload: Icon:
Binary:
To manage policies of the item store
-- del:
To manage grups of the item store
fhc admin appstore storeitems addgroups --id=<id> --group=<group>
fhc admin appstore storeitems delgroups --id=<id> --group=<group>
To check the binary versions.
To update group restriction