Commit Graph

13 Commits

Author SHA1 Message Date
wpetit f4b3d8f532 feat: aggregate defaults and values
- Output merged defaults and values
- Add "check" command
2022-09-27 22:23:18 +02:00
wpetit 53b2bba28b fix: update common flags definition 2022-09-27 22:23:18 +02:00
wpetit 6b1fd647e1 fix: ignore ErrClosed in deferred func 2022-09-27 22:23:18 +02:00
wpetit 1c770b7413 feat: prevent stdout close 2022-09-27 22:23:18 +02:00
wpetit bbdfb30205 feat: add null:// update handler 2022-09-27 22:23:18 +02:00
wpetit e6258f37ac feat: ansible-vault values auto retagging in yaml format
Using the YAML encoder, Formidable is now capable of detecting et
retagging ansible-vault [1] encrypted values.

You can use the query parameter 'ansible_vault=no' to disable this
behavior.

[1] https://docs.ansible.com/ansible/latest/user_guide/vault.html
2022-08-01 10:03:21 +02:00
wpetit ddbe4c0f26 feat: add browserless mode
Add 3 new "edit" command parameters:

- `--http-port` - Specify the HTTP port used by the web server (instead
  of 127.0.0.1)
- `--http-host` - Specify the HTTP host used by the web server (instead
  of a random one)
- `--no-browser` - Disable the automatic start of the web browser
2022-06-15 17:17:38 +02:00
wpetit 0e7e955a58 feat: values updaters 2022-05-10 22:31:17 +02:00
wpetit 9e851f2e69 chore: use english in templates 2022-05-09 14:23:23 +02:00
wpetit 5383ed7ced feat: url based multi-format loaders/decoders 2022-05-09 14:23:01 +02:00
wpetit e05722cc2f feat: url based data loading system 2022-05-05 16:22:52 +02:00
wpetit 2a7dc481b1 chore: tailwindcss theme + goreleaser basic recipe 2022-05-04 16:56:07 +02:00
wpetit ada7f18e36 Initial commit 2022-05-03 18:04:11 +02:00