rougail-output-doc/tests/results/test_without_family/00_6secret_param.sh

23 lines
2.8 KiB
Bash
Raw Normal View History

2025-10-14 12:58:39 +02:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
secret1 │ The first variable. │
2025-10-14 12:58:39 +02:00
 secret   basic   mandatory  │ Validator: minimum length for the │
│ │ secret is 10 characters │
2026-03-29 11:01:15 +02:00
│ │ Example: ALongS4cr4t │
2025-10-14 12:58:39 +02:00
├───────────────────────────────────────┼──────────────────────────────────────┤
secret2 │ The second variable. │
2025-10-14 12:58:39 +02:00
 secret   standard   mandatory  │ Validators: │
2025-11-29 22:21:06 +01:00
│ │ • maximum length for the secret is │
2025-10-14 12:58:39 +02:00
│ │ 10 characters │
2025-11-29 22:21:06 +01:00
│ │ • forbidden characters: "$" and "^"
2025-10-14 12:58:39 +02:00
│ │ Default: value │
├───────────────────────────────────────┼──────────────────────────────────────┤
secret3 │ The third variable. │
2025-10-14 12:58:39 +02:00
 secret   standard   mandatory  │ Validators: │
2025-11-29 22:21:06 +01:00
│ │ • maximum length for the secret is │
2025-10-14 12:58:39 +02:00
│ │ 10 characters │
2025-11-29 22:21:06 +01:00
│ │ • forbidden characters: "$"
2025-10-14 12:58:39 +02:00
│ │ Default: value │
└───────────────────────────────────────┴──────────────────────────────────────┘