Skip to content

Commit

Permalink
Update cmd/createApplyConfigPipelineJob.go
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Hagen <richard.hagen@gmail.com>
  • Loading branch information
satr and Richard87 authored Nov 12, 2024
1 parent db7a0ef commit 7b28c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/createApplyConfigPipelineJob.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var createApplyConfigPipelineJobCmd = &cobra.Command{
Short: "Will trigger apply-config of a Radix application",
Long: "Triggers applyConfig of a Radix application according to the radix config in its repository's master branch.",
Example: ` # Create a Radix pipeline apply-config job to apply the radixconfig properties without re-building or re-deploying components.
By default it is applied changes in properties DNS alias, build secrets, create new or soft-delete existing environments.
By default it applies changes to properties DNS alias, build secrets, and create new or soft-delete existing environments.
rx create job apply-config --application radix-test
# Create a Radix pipeline applyConfig-only job, short option versions
Expand Down

0 comments on commit 7b28c46

Please sign in to comment.