Skip to content
Snippets Groups Projects

Northbound Interface

Merged Ghost User requested to merge grpc-nbi into develop
Files
11
+ 5
5
@@ -47,11 +47,11 @@ if they diverge from the default credentials.`,
RunE: func(cmd *cobra.Command, args []string) error {
return cli.AddDevice(
apiEndpoint,
"username="+username,
"password="+password,
"pnd="+cliPnd,
"sbi="+cliSbi,
"address="+address,
username,
password,
cliPnd,
cliSbi,
address,
)
},
}
Loading