We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458f5f5 commit 4159df8Copy full SHA for 4159df8
lib/src/main/java/io/cloudquery/server/ServeCommand.java
@@ -66,6 +66,11 @@ public class ServeCommand implements Callable<Integer> {
66
description = "use Open Telemetry HTTP endpoint (for development only)")
67
private Boolean otelEndpointInsecure = false;
68
69
+ @Option(
70
+ names = "--license",
71
+ description = "set offline license file (placeholder for future use)")
72
+ private String licenseFile = "";
73
+
74
private final Plugin plugin;
75
76
public ServeCommand(Plugin plugin) {
0 commit comments