From 03a811ea2450df40e9b1a0d342e72d0fcaea7cda Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Wed, 15 Apr 2026 16:27:26 -0700 Subject: [PATCH] revert docs changes --- docs/guides/private_drivers.md | 8 +------- docs/reference/cli.md | 21 --------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/docs/guides/private_drivers.md b/docs/guides/private_drivers.md index 8d1a857d..5bdfe226 100644 --- a/docs/guides/private_drivers.md +++ b/docs/guides/private_drivers.md @@ -54,13 +54,7 @@ dbc will automatically download your license if you: 1. Have an active license 2. Run `dbc install` with a private driver -If you'd prefer to install the license manually, click **Download License File** on the Licenses page, then run: - -```console -$ dbc auth license install /path/to/columnar.lic -``` - -This installs the license to the correct location for your operating system automatically. Alternatively, you can place the downloaded file directly in the appropriate location for your operating system: +If you'd prefer to download the license manually, you can click **Download License File** and place the downloaded file in the appropriate location for your operating system: - Windows: `%LocalAppData%/dbc/credentials` - macOS: `~/Library/Application Support/Columnar/dbc/credentials` diff --git a/docs/reference/cli.md b/docs/reference/cli.md index 8154af96..70c70756 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -328,7 +328,6 @@ $ dbc docs ```console $ dbc auth login $ dbc auth logout -$ dbc auth license install ```

Subcommands

@@ -368,23 +367,3 @@ $ dbc auth license install !!! warning ADBC drivers that require a license (i.e., private drivers) will stop working after you run this command. You can re-download your license with `dbc auth login`. See [Downloading Your License](../guides/private_drivers.md#downloading-your-license). - -### license - -

Subcommands

- -#### install - -Install a license file to the dbc credentials directory. - -

Arguments

- -`LICENSEPATH` - -: Path to the license file to install. - -

Options

- -`--force` - -: Overwrite an existing license and skip the filename check.