reCluster scripts.
reCluster bundle script.
./bundle.sh
Note: Type
--help
for more information
Note: commons arguments available
Name | Description | Default | Values |
---|---|---|---|
--config-file <FILE> |
Configuration file | bundle.config.yaml |
Any valid file |
--help |
Show help message and exit | ||
--out-file <FILE> |
Output file | bundle.tar.gz |
Any valid file |
--skip-run |
Skip run | false |
📑 certs.sh
reCluster certificates script.
./certs.sh
Note: Type
--help
for more information
Note: commons arguments available
Name | Description | Default | Values |
---|---|---|---|
--help |
Show help message and exit | ||
--out-dir <DIRECTORY> |
Output directory | ./ |
Any valid directory |
--registry-bits <BITS> |
Registry bits | 4096 |
Any valid number of bits |
--registry-domain <DOMAIN> |
Registry domain | recluster.local |
Any valid domain |
--registry-ip <IP> |
Registry IP address | 10.0.0.100 |
Any valid IP address |
--registry-name <NAME> |
Registry key name | registry |
Any valid name |
--ssh-comment <COMMENT> |
SSH comment | Any valid comment | |
--ssh-name <NAME> |
SSH key name | ssh |
Any valid name |
--ssh-passphrase <PASSPHRASE> |
SSH passphrase | Any valid passphrase | |
--ssh-rounds <ROUNDS> |
SSH rounds | 256 |
Any valid number of rounds |
--token-bits <BITS> |
Token bits | 4096 |
Any valid number of bits |
--token-name <NAME> |
Token key name | token |
Any valid name |
--token-passphrase <PASSPHRASE> |
Token passphrase | Any valid passphrase |
reCluster configurations script.
./configs.sh
Note: Type
--help
for more information
Note: commons arguments available
Name | Description | Default | Values |
---|---|---|---|
--config-file <FILE> |
Configuration file | configs.config.yaml |
Configuration file |
--help |
Show help message and exit | ||
--in-dir <DIR> |
Input directory | configs |
Any valid directory |
--out-dir <DIR> |
Output directory | ./ |
Any valid directory |
--overwrite |
Overwrite input directory | false |
📑 init.sh
reCluster initialization script.
./init.sh
Note: Type
--help
for more information
Note: commons arguments available
Name | Description | Default | Values |
---|---|---|---|
--help |
Show help message and exit |
Warning: Included (
. path/to/__commons.sh
) by other scripts
Common functions and helpers.
Name | Description | Default | Values |
---|---|---|---|
--disable-color |
Disable color | false |
|
--disable-spinner |
Disable spinner | false |
|
--log-level <LEVEL> |
Logger level | info |
fatal Fatal level error Error level warn Warning level info Informational level debug Debug level |
--spinner <SPINNER> |
Spinner | propeller |
dots Dots spinner grayscale Grayscale spinner propeller Propeller spinner |