Unify start commands
Open
tech debt
- Dominant language
- Python
- Stars
- 13
- Forks
- 17
- Avg merge
- 6h 59m
- Merged PRs (30d)
- 1
Description
> [!NOTE]
> Migrated from [augurlabs/augur#3618](https://github.com/augurlabs/augur/issues/3618)
> Originally opened by `@MoralCode` on 2026-01-21
---
`augur backend start` essentially starts up both the API and the collection.
it does this with one giant function that duplicates the behavior of the api and collection start commands
meaning if we wanted to update how the startup works we need to update things in two places
tech debt alert
pointed out by @ABrain7710
Contributor guide
Assessment
This issue has not been assessed yet.