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
Merge pull request #100 from SivanShl/reuse_group_name
Reuse group name
added command line argument that SmartConnector should use reuse the group by name instead of creating a new group.
--reuse-group-name', default="false"
Copy file name to clipboardExpand all lines: SmartMove/CommandLine.cs
+2-34Lines changed: 2 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@
13
13
usingSystem.Text.RegularExpressions;
14
14
usingCommonUtils;
15
15
usingSystem.Threading;
16
-
usingCheckPointObjects;
17
16
18
17
namespaceSmartMove
19
18
{
@@ -111,7 +110,6 @@ public bool IsAnalyze
111
110
privatebool_isInteractive=true;
112
111
113
112
privatebool_isCiscoSpreadAclRemarks=false;
114
-
privatebool_isOptimizeByComments;
115
113
#endregion
116
114
117
115
publicintDisplayHelp()
@@ -131,7 +129,6 @@ public int DisplayHelp()
131
129
Console.WriteLine("\t"+"-f | --format"+"\t\t"+"format of the output file (JSON[default], TEXT)");
132
130
Console.WriteLine("\t"+"-i | --interactive"+"\t"+@"-i false | -i true [default] Interactive mode provides a better user experience.Disable when automation is required[enabled by default]");
133
131
Console.WriteLine("\t"+"-a | --analyzer"+"\t\t"+@"mode for analyze package");
134
-
Console.WriteLine("\t"+"-obc | --optimize-by-comments"+"\t"+@"(""-obc false"" | ""-obc true"" [default]) create optimized policy by comment and spread acl remarks - only for CiscoASA, FirePower");
0 commit comments