update link to upper-constraints.txt
[cli.git] / framework / src / main / resources / open-cli.properties
index e0ca44a..a22559a 100644 (file)
 # limitations under the License.
 
 cli.product_name=open-cli
-cli.version=2.0.5
+cli.version=3.0.0
 cli.discover_always=false
-cli.data.dir=data
-cli.artifact.dir=d:/temp/OCLIP
-
+cli.data.dir=./data
+cli.artifact.dir=./data/artifacts
+cli.tmp.dir=./data/tmp
+#timeout in seconds
+cli.grpc.client.timeout=60
+cli.execution.search.mode=file
 #schema validation
 cli.schema.base.sections=open_cli_schema_version,name,description,parameters,results,info
 cli.schema.base.sections.mandatory=open_cli_schema_version
@@ -36,10 +39,11 @@ cli.schema.command.type=cmd,auth,catalog
 
 # moco properties
 cli.sample.gen.enable=false
-cli.sample.gen.target=.
+cli.sample.gen.name=sample1
+cli.sample.gen.target=./open-cli-sample
 
 # mrkanag Move this to db, once exteranl command registration is supported in place of discovery
-cli.schema.profile.available=
+cli.schema.profile.available=http,snmp,cmd,robot
 
 #other properties to load (it should be hanled when plugins are made as externally register-able
 #when command plugin management support is enabled in oclip