Alexis Couvreur
60b270472d
feat(kubernetes): add provider.kubernetes.delimiter config property
...
the delimiter configuration property for kubernetes allows you to change the default "_" delimiter.
By specifying "/" or "." as a delimiter you ensure that you won't collide with objects names that contains the default delimiter "_".
Fixes #207
2024-02-05 12:05:12 -05:00
valexz@gmail.com
acf672efcd
test(cmd/root):Added support for kubernetes provider config
2023-10-10 13:30:23 -04:00
Alexis Couvreur
ea1030353e
feat(deps): upgrade to go 1.21
2023-08-25 18:11:01 -04:00
Alexis Couvreur
98023a853a
feat(config): add --configFile argument to specify custom config file
...
It will also look by default to `/etc/sablier/` then `$XDG_CONFIG_HOME` then `$HOME/.config/` and then `.`.
Closes #91
2022-11-11 17:00:35 -05:00
Alexis Couvreur
546b378416
feat(strategy): add option to show instances details
...
Closes #77
2022-11-10 11:31:46 -05:00
Alexis Couvreur
9d943d457b
fix(config): fix loading config precedence
2022-11-02 23:15:06 -04:00