Skip to content

Commit 0537d45

Browse files
authored
fix: Add --license placeholder for future use (#108)
plugin-pb-go [1.15.0](cloudquery/plugin-pb-go#196) now uses `--license` when invoking plugins, if one is set by the cli.
1 parent 558a828 commit 0537d45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/plugin/serve.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ export const createServeCommand = (plugin: Plugin) => {
5454
description: 'network to bind to',
5555
default: 'tcp',
5656
},
57+
license: {
58+
type: 'string',
59+
description: 'set offline license file (placeholder for future use)',
60+
default: '',
61+
},
5762
});
5863
},
5964
({ address, logLevel, logFormat }: ServeArguments) => {

0 commit comments

Comments
 (0)