databricks-cli/cmd
shreyas-goenka 81ee031a04
Add bundle init command and support for prompting user for input values (#631)
## Changes
This PR adds two features:
1. The bundle init command 
2. Support for prompting for input values

In order to do this, this PR also introduces a new `config` struct which
handles reading config files, prompting users and all validation steps
before we materialize the template

With this PR users can start authoring custom templates, based on go
text templates, for their projects / orgs.

## Tests
Unit tests, both existing and new
2023-08-07 13:14:25 +00:00
..
account Bump OpenAPI specification & Go SDK Version (#624) 2023-08-01 12:33:19 +00:00
api Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
auth Infer host from profile during login (#629) 2023-08-02 09:43:42 +00:00
bundle Add bundle init command and support for prompting user for input values (#631) 2023-08-07 13:14:25 +00:00
configure Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
fs Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
root Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
sync Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
version Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
workspace Bump OpenAPI specification & Go SDK Version (#624) 2023-08-01 12:33:19 +00:00
cmd.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00