-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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