diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-11 18:39:55 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-11 18:40:41 +0530 |
commit | ee757a5761156fcbcff3d0bd4f6e75bb0931d536 (patch) | |
tree | df596d0de0261e1c00a814b0922a8bc757adf50c /framework/src/main/resources/onap.properties | |
parent | 768078d72d2ddefd7db35f269584b6ca38cc5414 (diff) |
CLI profile support
invoke CLI with --profile <name> to persist the
settings across the sessions.
CLI-5
Change-Id: I214334dab11fecdb730c780976d5d9bb2c14509d
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'framework/src/main/resources/onap.properties')
-rw-r--r-- | framework/src/main/resources/onap.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/src/main/resources/onap.properties b/framework/src/main/resources/onap.properties index 6df5682a..fc4dcb7d 100644 --- a/framework/src/main/resources/onap.properties +++ b/framework/src/main/resources/onap.properties @@ -55,4 +55,3 @@ cli.schema.mode_values=direct,catalog #product version cli.product.version=cli-1.0 -cli.parameter.cache.file=param-cache.json |