-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Get url command #186
Conversation
Sync with Master
Sync with master
Sync with Master
Sync with Master
Sync with Master
Sync with master
Sync with master
Sync with Master
Sync with Master
Sync with Master
…, individual action and also fetch its CDN urls based on flag.
Codecov Report
@@ Coverage Diff @@
## master #186 +/- ##
==========================================
+ Coverage 92.20% 92.53% +0.33%
==========================================
Files 20 21 +1
Lines 577 603 +26
Branches 73 75 +2
==========================================
+ Hits 532 558 +26
Misses 40 40
Partials 5 5
Continue to review full report at Codecov.
|
src/commands/app/get-url.js
Outdated
} | ||
} | ||
|
||
GetUrlCommand.description = 'Get action URL' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: Get action URLs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Added command to return Action URLs
Description
For all actions in manifest
Specific action using 'action' option
CDN URLs for actions using 'cdn' flag
Related Issue
Motivation and Context
How Has This Been Tested?
unit tests
CLI run
Screenshots (if appropriate):
Types of changes
Checklist: