Add workspace import-dir command#456
Conversation
|
case 1: target directory does not exist case 2: A few preexisting files at target dir case 3: preexisting files, but overwrite flag is set case 4: json output mode |
pietern
left a comment
There was a problem hiding this comment.
Final minor issues. Everything else LGTM.
## Changes CLI: * Add workspace import-dir command ([#456](#456)). * Annotate generated commands with OpenAPI package name ([#466](#466)). * Associate generated commands with command groups ([#475](#475)). * Disable shell completions for generated commands ([#483](#483)). * Include [DEFAULT] section header when writing ~/.databrickscfg ([#464](#464)). * Pass through proxy related environment variables ([#465](#465)). * Restore flags to original values on test completion ([#470](#470)). * Update configure command ([#482](#482)). Dependencies: * Bump SDK to latest ([#473](#473)).
|
@shreyas-goenka It looks like this did not make it into the docs, should I spin up a new ticket for that? |
|
@s4m0r4m4 Thanks for noticing. That doc hasn't been updated after it was first added (we don't have automation for it). Out of curiosity -- are you actively using that as a reference? |
|
I am! I used to use the legacy documentation and was trying to upgrade and use the newer documentation but it doesn't seem to be quite as fleshed out as the older stuff |
|
Understood -- yeah, the docs were autogenerated from our API explorer, so the manually curated commands didn't show up there. I filed issue #829 to track this. |
Tests
Testing using integration tests and manually