ionic-team / ionic-team/ionic-cli
CLI - Add the ability to specify a name for the downloaded artifact when using "deploy build"
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 682
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Start at the `deploy build` command and compare it with the `package build` command's `--build-file-name` option. Add equivalent support for naming the downloaded artifact, then verify that `deploy build` uses the requested name without requiring the user to inspect build logs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100