ember-source-channel-url
Retrieve a URL that can be used to reference a tarball representing the latest
ember-source
build for that channel.
Usage
Command Line API
npx ember-source-channel-url canary
Will print out:
The URL
If you'd like to update ember-source
in your package.json
with the new URL, you can use the --write
option:
npx ember-source-channel-url canary --write
Programmatic API
const getURLFor = ; ;