defang
defang copied to clipboard
Defang CLI and sample projects
Build and CD logs are currently separated out by having separate labels (decker-app-image and cd) but some other system messages (e.g., the status=TASK_PENDING) have the same label as my app's...
At the moment we specify domains with the `domainname` field in a service definition. I would prefer to specify the domain in the port list. Something along the lines of:...
It would be cool to be able to specify wildcard domains. It seems this may already be possible with domains in Route53 (potentially) but not yet with externally managed domains....
It would be useful to be able to specify multiple domains for a service. There are cases where it might be useful to set some context for an application based...
To ensure that the CLI code expectations match the deployed infra.
When setting up a service like Google Workspace, they can link to CloudFlare, GoDaddy & others. Would be great if we could generate a link like that as well to...
"I don't know is whether that's a Defang api key, an AWS api key, or something else. Why do I need an API key? I'm just following your tutorial. Shouldn't...
Is the current IsTerminal detection sufficient ``` $ defang logout $ defang tail --since 1h | grep error ``` The redirection disables any interactivity (even though only stdout got redirected)
I just ran into an interesting new issue (or maybe it's expected?). I deployed my app, but it seems like it takes over 6-7 minutes before the new version replaces...