Files
kamal/test/cli
Donal McBreen cbb4c87035 Add a pre-init hook
The hook is run before the environment is loaded or the config is
parsed.

This makes it a bit of a special case - it doesn't have the usual
KAMAL_XYZ environment variables, as we haven't parsed the config.

The use case for this is to do auth checking or setup. So for example
we can confirm you are logged in to a secret manager, and then you
can directly call it to load your secrets in the .kamal/.env file
using .dotenv's
[command substitution](https://github.com/bkeepers/dotenv?tab=readme-ov-file#command-substitution).
2024-07-30 16:49:22 +01:00
..
2024-07-30 16:49:22 +01:00
2024-07-30 16:49:22 +01:00
2024-03-20 10:23:02 +00:00
2024-07-30 16:49:22 +01:00
2024-03-20 10:23:02 +00:00
2024-07-30 16:49:22 +01:00