Show organization name in infisical init command, to differentiate between projects of same name

This commit is contained in:
Rhythm Bhiwani
2024-03-02 23:16:11 +05:30
parent ae2706542c
commit 2192985291
4 changed files with 46 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ type Workspace struct {
Name string `json:"name"`
Plan string `json:"plan,omitempty"`
V int `json:"__v"`
Organization string `json:"organization,omitempty"`
Organization string `json:"orgId,omitempty"`
}
type WorkspaceConfigFile struct {