Skip to content

Commit 254fb25

Browse files
authored
Merge pull request #18 from cisco-open/add-cli-target-yaml-example
Added CLI mode target.yaml example files
2 parents 30b37bd + fb5f38e commit 254fb25

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
username: "your-username"
2+
password: "your-password"
3+
gRPCHost: "target-gRPC-host"
4+
gRPCPort: "target-gRPC-port"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
username: "your-username"
2+
password: "your-password"
3+
restURL: "target-rest-URL"

0 commit comments

Comments
 (0)