Fix target CLI command line arg (#233)

Co-authored-by: Mario Manno <mario.manno@suse.com>
This commit is contained in:
Mario Manno 2025-04-17 14:47:39 +02:00 committed by GitHub
parent fcb6057f05
commit 070ad4568e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,6 @@ git clone https://github.com/rancher/fleet-test-data
cd fleet-test-data cd fleet-test-data
# for information about apply see https://fleet.rancher.io/bundle-add # for information about apply see https://fleet.rancher.io/bundle-add
fleet apply -n fleet-local -o bundle.yaml testbundle simple-chart/ fleet apply -n fleet-local -o bundle.yaml testbundle simple-chart/
fleet target --bundle-file bundle.yaml --list-inputs > bd.yaml fleet target --bundle-file bundle.yaml --dump-input-list > bd.yaml
fleet deploy --input-file bd.yaml --dry-run fleet deploy --input-file bd.yaml --dry-run
``` ```