Eric Liu
Eric Liu
Create a man page for defang
Refactor tail.go Tail function. This is just a pass to break up the function into smaller more focused parts. Update function to looks for specific log events to end showing...
DO NOT MERGE UNTIL [PR](https://github.com/DefangLabs/defang-mvp/pull/932) is merged. This PR depends on new rpc support in fabric. Show config values (#346) Update to BYOC: -show (non-sensitive) config values -handle different paths...
https://github.com/DefangLabs/defang/issues/622 Prevent compose file from defining managed services only. We cannot currently detect managed service states directly.
At current we do not have a way to monitor managed aws services (redis, postgres) and depend on monitoring the health status of apps which depend on the managed services...
Organize loki labels across our codebase to have consistent categorization. 1. Create a document to detail the current labels 2. Document the desired categorization 3. Implement across code base Example:...
npx defang@ ... starting with version 0.5.26 we cannot get a specific version. Reason: the cli.js from 0.5.26 will download the latest version if there is no installed binary regardless...