ionic-cli
ionic-cli copied to clipboard
CLI - Add the ability to specify a name for the downloaded artifact when using "deploy build"
The deploy build command does not currently provide a way to specify the name of the artifact that it downloads. Something similar to the package build command's --build-file-name option would make it easier to interact with the downloaded artifact without having to look at the build logs to determine what the name of the artifact is.
Added pull request #4759