You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
klog.Fatalf("failed to initialize AS3 declaration: %v", err)
@@ -154,6 +170,8 @@ func init() {
154
170
flag.BoolVar(&bigipInsecure, "bigip-insecure", false, "Optional, when set to true, enable insecure SSL communication to BigIP.")
155
171
flag.StringVar(&bigipUsername, "bigip-username", "", "User name for the Big-IP user account.")
156
172
flag.StringVar(&bigipPassword, "bigip-password", "", "Password for the Big-IP user account.")
173
+
flag.StringVar(&license, "license", "", "license to be used.")
174
+
flag.StringVar(&licenseKey, "license-key", "", "license key to be used for ces license.")
157
175
flag.StringVar(&bigipCredsDir, "bigip-creds-dir", "", "Directory that contains the BIG-IP username and password. To be used instead of username and password.")
158
176
flag.StringVar(&bigipConfDir, "bigip-conf-dir", "", "Directory that ces-conf.yaml file.")
0 commit comments