Versions in this module Expand all Collapse all v0 v0.0.5 Mar 26, 2021 v0.0.4 Nov 23, 2020 Changes in this version + var GetCredentialsPath = getCredentialsPath + func Save(project ProjectCredential) + type AWSResourceConfig struct + AccessKeyID string + SecretAccessKey string + type CircleCiResourceConfig struct + ApiKey string + type GithubResourceConfig struct + AccessToken string + type ProjectCredential struct + ProjectName string + func GetProjectCredentials(targetProjectName string) ProjectCredential + func (p ProjectCredential) AsEnvVars() map[string]string + func (p ProjectCredential) SelectedVendorsCredentialsAsEnv(vendors []string) map[string]string + type ProjectCredentials map[string]ProjectCredential + func LoadUserCredentials() ProjectCredentials + func (p ProjectCredentials) Unmarshal(data []byte) error