mirror of https://github.com/databricks/cli.git
Add docstring
This commit is contained in:
parent
15396bce69
commit
5a7b556a5a
|
@ -29,5 +29,8 @@ type Bundle struct {
|
||||||
// origin url. Automatically loaded by reading .git directory if not specified
|
// origin url. Automatically loaded by reading .git directory if not specified
|
||||||
Git Git `json:"git,omitempty"`
|
Git Git `json:"git,omitempty"`
|
||||||
|
|
||||||
|
// Determines the mode of the environment.
|
||||||
|
// For example, 'mode: development' can be used for deployments for
|
||||||
|
// development purposes.
|
||||||
Mode Mode `json:"mode,omitempty"`
|
Mode Mode `json:"mode,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue