diff options
Diffstat (limited to 'framework/src/main')
-rw-r--r-- | framework/src/main/java/org/onap/cli/fw/conf/OnapCommandConstants.java | 1 | ||||
-rw-r--r-- | framework/src/main/resources/open-cli.properties | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/main/java/org/onap/cli/fw/conf/OnapCommandConstants.java b/framework/src/main/java/org/onap/cli/fw/conf/OnapCommandConstants.java index 51a18627..63f9db66 100644 --- a/framework/src/main/java/org/onap/cli/fw/conf/OnapCommandConstants.java +++ b/framework/src/main/java/org/onap/cli/fw/conf/OnapCommandConstants.java @@ -160,6 +160,7 @@ public class OnapCommandConstants { public static final String SAMPLE_GEN_ENABLED = "cli.sample.gen.enable"; public static final String SAMPLE_GEN_TARGET_FOLDER = "cli.sample.gen.target"; + public static final String SAMPLE_GEN_NAME = "cli.sample.gen.name"; public static final String OPEN_CLI_SAMPLE_VERSION = "open_cli_sample_version"; public static final String OPEN_CLI_SAMPLE_VERSION_VALUE_1_0 = "1.0"; diff --git a/framework/src/main/resources/open-cli.properties b/framework/src/main/resources/open-cli.properties index bd8a6acf..5f2a3d8f 100644 --- a/framework/src/main/resources/open-cli.properties +++ b/framework/src/main/resources/open-cli.properties @@ -39,6 +39,7 @@ cli.schema.command.type=cmd,auth,catalog # moco properties cli.sample.gen.enable=false +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 |