Donal McBreen

Results 171 comments of Donal McBreen

Hi @davidstosik - your change looks like a good idea, so if you could open a PR, I'll get that merged

Thanks for the report @mblayman! This worked ok when you specified the `kamal secrets` commands inside `.kamal/secrets`, but that was because it "inlines" the calls to the secret commands and...

Ok that approach won't work, the problem is that the `dotenv` gem and the shell don't work in the same way. https://github.com/basecamp/kamal/pull/1009 adds a `kamal secrets print` command that can...

`kamal build push` when run by itself doesn't try to login to the docker registry so whether it succeeds or not depends on whether you are logged in already. The...

You should be able to run `kamal proxy boot_config reset` or `kamal proxy boot_config get` without the `--https-port`.

Hmm this will be tricky to fix - the parsing of the options happens in Thor before we get our hands on them. Not sure this is worth the effort...

@exterm - we should change it here, there's a `bin/docs` script that generates the files for the doc site from this, that I run when doing a new release.

@Cluster444 - does using the docker driver work? ```yml builder: driver: docker ```

Running a local registry is now built in to Kamal via https://github.com/basecamp/kamal/pulls/npezza93