-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add a couple of conveniences for easily running Kargo API locally #1738
Conversation
Signed-off-by: Remington Breeze <remington@breeze.software>
✅ Deploy Preview for docs-kargo-akuity-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1738 +/- ##
=======================================
Coverage 44.13% 44.13%
=======================================
Files 207 207
Lines 13105 13105
=======================================
Hits 5784 5784
Misses 7078 7078
Partials 243 243 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Remington Breeze <remington@breeze.software>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the .env.dev
useful outside of start-api-local? If not, WDYT about creating a ./hack/start-api-local.sh
which has all the envs in the same file (can be overridden from environment).
Then the Makefile target just runs that?
Signed-off-by: Remington Breeze <remington@breeze.software>
Co-authored-by: Jesse Suen <jessesuen@users.noreply.github.com>
Related to #1205
Run
. ./hack/import-env.sh
to import environment variables from.env.dev
to your local shellRun
make start-api-local
to start the API locally