Updated
On this page
Deploy command that orchestrates deployment to configured remote targets via SSH using the deploy primitives and config layer.
#rlsbl.commands.deploy_cmd
#rlsbl.commands.deploy_cmd
Deploy command that orchestrates deployment to configured remote targets via SSH using the deploy primitives and config layer.
#run_cmd
python
def run_cmd(registry, args, flags)Deploy to configured targets.
Usage: rlsbl deploy [name] Deploy to target (auto-selects if only one) rlsbl deploy --dry-run Show what would be deployed rlsbl deploy --force Override branch restrictions
#_print_dry_run
python
def _print_dry_run(target_config, branch)Print deploy info without executing.