Add more CLI commands
This commit is contained in:
parent
475d424f32
commit
8ceafff09b
21 changed files with 995 additions and 107 deletions
|
|
@ -95,6 +95,7 @@ type Pool struct {
|
|||
OSArch config.OSArch `json:"os_arch"`
|
||||
Tags []Tag `json:"tags"`
|
||||
Enabled bool `json:"enabled"`
|
||||
Instances []Instance `json:"instances"`
|
||||
}
|
||||
|
||||
type Internal struct {
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ type NewUserParams struct {
|
|||
}
|
||||
|
||||
type UpdatePoolParams struct {
|
||||
Tags []Tag `json:"tags"`
|
||||
Tags []string `json:"tags"`
|
||||
Enabled *bool `json:"enabled"`
|
||||
MaxRunners *uint `json:"max_runners"`
|
||||
MinIdleRunners *uint `json:"min_idle_runners"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue