| 382 | } |
| 383 | |
| 384 | func SetDefaultProperties() { |
| 385 | Properties.Key = DefaultCert |
| 386 | Properties.Cert = DefaultKey |
| 387 | Properties.Auth = DefaultAuth |
| 388 | Properties.Namespace = DefaultNamespace |
| 389 | Properties.APIHost = DefaultAPIHost |
| 390 | Properties.APIBuild = DefaultAPIBuild |
| 391 | Properties.APIBuildNo = DefaultAPIBuildNo |
| 392 | Properties.APIVersion = DefaultAPIVersion |
| 393 | Properties.PropsFile = DefaultPropsFile |
| 394 | // Properties.CLIVersion value is set from main's init() |
| 395 | } |
| 396 | |
| 397 | func GetPropertiesFilePath() (propsFilePath string, werr error) { |
| 398 | var envExists bool |