builder/hyperone: Update schema for cli config
This commit is contained in:
parent
3b091e6046
commit
a97ff7ce8b
|
@ -293,7 +293,7 @@ type cliConfig struct {
|
||||||
Profile struct {
|
Profile struct {
|
||||||
APIKey string `json:"apiKey"`
|
APIKey string `json:"apiKey"`
|
||||||
Project struct {
|
Project struct {
|
||||||
ID string `json:"_id"`
|
ID string `json:"id"`
|
||||||
} `json:"project"`
|
} `json:"project"`
|
||||||
} `json:"profile"`
|
} `json:"profile"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue