Deployment command should use app.bicep instead of traderx.bicep
- Dominant language
- Shell
- Stars
- 106
- Forks
- 146
- Avg merge
- 21d 40m
- Merged PRs (30d)
- 1
Description
_Description:_
The deployment command currently uses traderx.bicep:
rad deploy traderx.bicep -w prod-azure
rad deploy traderx.bicep -w prod-aws
It should use app.bicep instead, since app.bicep exists and has been tested.
_Steps to Reproduce:_
Run the deployment command as documented. The deployment will faill
_Expected:_
The command should use app.bicep, e.g.:
rad deploy app.bicep -w prod-azure
rad deploy app.bicep -w prod-aws
Contributor guide
Research direction
Search the repository for the documented `rad deploy traderx.bicep` commands and the `traderx.bicep` reference. Update those deployment examples to use `app.bicep`, then verify that the documented prod-azure and prod-aws commands match the expected invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, azure, shell
- Domain
- cloud, devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100