Closed camilamacedo86 closed 5 years ago
@camilamacedo86 CI is failing on one of the unit tests. If you need to debug into the failing test you should be able to do so with:
export NODE_PATH=./lib && node --debug-brk --inspect ./node_modules/.bin/turbo --setUp ./test/setupTeardown.js --tearDown ./test/setupTeardown.js test/unit/fh3/test_ping.js
This will give you a chrome dev tools url you can open up to drop breakpoints/ etc
Hi @evanshortiss the changes requested by you were made. Could you check? Could you review this PR?
Jira link(s)
https://issues.jboss.org/browse/RHMAP-21897
What
Add command to create connections
Why
In order to be helpful when the BF be deprecated
How
New command to use the same REST API used by RHMAP studio
Verification Steps
Check if the new command will be listed.
Check the required options validation and descriptions.
Create a new connection for Cordova without inform the value
E.g
./bin/fhc.js connections create --cloud=gf5i6x74opqkycntbiykivei --client=gf5i6x6k7ypbzrnol6ynvvqz --env=dev --type=html5 --project=gf5i6xy4lgnwuyzlpedrz7t2
Create a new connection for Cordova by informing a tag
E.g
./bin/fhc.js connections create --cloud=gf5i6x74opqkycntbiykivei --client=gf5i6x6k7ypbzrnol6ynvvqz --env=dev --type=html5 --project=gf5i6xy4lgnwuyzlpedrz7t2 --connection=1.0.0
Use the --json parameter to check the result in this format.
Checklist: