Skip to content

Latest commit

History

History
28 lines (17 loc) 路 846 Bytes

cli.rst

File metadata and controls

28 lines (17 loc) 路 846 Bytes

CLI Reference

dbx provides access to it's functions in a cli-oriented fashion.

Each individual command has a detailed help screen accessible via dbx command_name --help.

We encourage you to use dbx both for local development and CI/CD pipelines.

Note

dbx works with your PAT (Personal Access Token) in exactly the same way as databricks-cli. This means that if the following environment variables:

  • DATABRICKS_HOST
  • DATABRICKS_TOKEN

are defined, dbx will use them to perform actions. It allows you to securely store these variables in your CI/CD tool and access them from within the pipeline.

.. click:: dbx.cli:cli
    :prog: dbx
    :nested: full