MCPcopy
hub / github.com/spacecloud-io/space-cloud / getAccountConfigPath

Function getAccountConfigPath

space-cli/cmd/utils/paths.go:72–74  ·  view source on GitHub ↗

GetAccountConfigPath get the path to account config yaml file

()

Source from the content-addressed store, hash-verified

70
71// GetAccountConfigPath get the path to account config yaml file
72func getAccountConfigPath() string {
73 return fmt.Sprintf("%s/accounts.yaml", GetSpaceCloudDirectory())
74}
75
76// GetMountHostsFilePath returns the path of the hosts files to be mounted in in space cloud
77func GetMountHostsFilePath(id string) string {

Callers 3

StoreCredentialsFunction · 0.85
GetCredentialsFunction · 0.85
GenerateAccountsFileFunction · 0.85

Calls 1

GetSpaceCloudDirectoryFunction · 0.85

Tested by

no test coverage detected