Skip to content

Commit 1112dfb

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

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
@@ -34,6 +34,7 @@ var (
3434
field.WithDisplayName("Base URL"),
3535
field.WithDescription("Override the Zendesk API URL (for testing)"),
3636
field.WithHidden(true),
37+
field.WithExportTarget(field.ExportTargetCLIOnly),
3738
)
3839

3940
ConfigurationFields = []field.SchemaField{

0 commit comments

Comments
 (0)