mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Show organization name in infisical init command, to differentiate between projects of same name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user