Skip to content

Commit 7f8cf52

Browse files
Add ExportTargetCLIOnly to base-url field
Ref: ConductorOne/baton-prismhr#13 (comment)
1 parent 63b2b7c commit 7f8cf52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ var (
1616
"base-url",
1717
field.WithDescription("Override the Fastly API URL (for testing)"),
1818
field.WithHidden(true),
19+
field.WithExportTarget(field.ExportTargetCLIOnly),
1920
)
2021

2122
// FieldRelationships defines relationships between the fields listed in

0 commit comments

Comments
 (0)