diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8059e62e..44ff5485 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -24,7 +24,7 @@ version: 2 project_name: dbc metadata: - description: "A CLI utility for managing ADBC drivers" + description: "The command line tool for installing and managing ADBC drivers" license: Apache-2.0 homepage: "https://columnar.tech/dbc" maintainers: @@ -211,7 +211,7 @@ nfpms: license: Apache-2.0 description: >- - A CLI utility for managing ADBC drivers + The command line tool for installing and managing ADBC drivers formats: - deb @@ -232,8 +232,8 @@ nfpms: snapcrafts: - id: snaps name: dbc - summary: CLI for managing ADBC drivers - description: A command-line interface for interacting with ADBC drivers. + summary: The command line tool for installing and managing ADBC drivers + description: The command line tool for installing and managing ADBC drivers icon: ./resources/dbc.png hooks: install: diff --git a/README.md b/README.md index 80d9a2c0..2ba31cf9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ limitations under the License. ## Overview -**dbc is a command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers.** +**dbc is the command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers.** dbc can: diff --git a/docs/index.md b/docs/index.md index f8d9eaaa..5f07f1a6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ limitations under the License. # dbc -dbc is a command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers. Get up and running with ADBC in just three steps: +dbc is the command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers. Get up and running with ADBC in just three steps:
1. Install dbc (see [Installation](./getting_started/installation.md) for more options): diff --git a/mkdocs.yml b/mkdocs.yml index 1253320a..14c22367 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,7 +14,7 @@ site_name: dbc site_author: columnar-tech -site_description: dbc is a command line tool for installing and managing ADBC drivers +site_description: dbc is the command line tool for installing and managing ADBC drivers site_url: https://docs.columnar.tech/dbc repo_url: https://github.com/columnar-tech/dbc repo_name: dbc diff --git a/resources/README.dockerhub.md b/resources/README.dockerhub.md index da091ec9..0faee3d9 100644 --- a/resources/README.dockerhub.md +++ b/resources/README.dockerhub.md @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -[dbc](https://columnar.tech/dbc) is a command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers. +[dbc](https://columnar.tech/dbc) is the command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers. This is the official set of Docker images for dbc. Note: These images are intended to be an easy way to run dbc and aren't designed for running typical analytical workloads inside the container. We recommend building your own images for more complicated use cases.