Documentation
¶
Overview ¶
deploy.go contains the shared implementation for Helm operations used by `torque apply plan`, `torque apply`, and `torque delete`.
deploy_plan.go contains the deploy plan/apply logic (torque apply plan / torque apply), rendering manifests, producing HTML diffs, and teeing the plan into files.
help_template.go customizes Cobra's help/usage templates so torque commands share concise, branded flag sections.
logs.go defines the top-level 'torque logs' command, connecting CLI flags to the tailer, capture, drift, and streaming subcommands.
main.go bootstraps torque: it builds the root Cobra command, wires profiling, and executes with signal-aware contexts.
Source Files
¶
- agent_safe.go
- analyze.go
- apply.go
- apply_simulate.go
- approval.go
- build.go
- build_defaults.go
- build_login.go
- build_sandbox_cmd.go
- build_sandbox_doctor_cmd.go
- build_sandbox_doctor_linux.go
- capture_flags.go
- confirm.go
- contract.go
- delete.go
- deploy.go
- deploy_capture.go
- deploy_plan.go
- deploy_predict.go
- deploy_remote.go
- deploy_rollback.go
- deploy_secrets.go
- env.go
- explain.go
- flag_guard.go
- flag_values.go
- flight.go
- grpc_client_opts.go
- grpc_tls_opts.go
- guardian.go
- help_shim.go
- help_template.go
- help_ui.go
- incident.go
- init.go
- init_from_cluster.go
- init_plan.go
- init_templates.go
- kube_telemetry.go
- lint.go
- list.go
- logs.go
- logs_deploy_lens.go
- logs_root.go
- main.go
- manifestutil.go
- mirror_meta_remote.go
- ops.go
- proof.go
- proof_attest_gate.go
- quota_live.go
- quota_report.go
- redact.go
- release_autopilot.go
- release_promote.go
- release_promote_provider.go
- release_score.go
- repair.go
- replay.go
- report.go
- revert.go
- sandbox_doctor_linux_sys.go
- sandbox_doctor_policy.go
- secrets.go
- secrets_discover.go
- secrets_scan.go
- security.go
- security_benchmark.go
- session_ids.go
- ship.go
- stack.go
- stack_audit.go
- stack_compile_select.go
- stack_config.go
- stack_export.go
- stack_graph.go
- stack_keygen.go
- stack_remote.go
- stack_rerun_failed.go
- stack_run_cmd.go
- stack_run_helpers.go
- stack_runs.go
- stack_seal.go
- stack_secrets.go
- stack_sign.go
- stack_status.go
- stack_verify.go
- term_helpers.go
- validate.go
- verify_apply_guard.go
- version.go
Click to show internal directories.
Click to hide internal directories.