Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This information applies to Databricks CLI versions 0.205 and above. The Databricks CLI is in Public Preview.
Databricks CLI use is subject to the Databricks License and Databricks Privacy Notice, including any Usage Data provisions.
The provider-listings
command group within the Databricks CLI contains commands to manage listings in the marketplace. Listings are the core entities in the Marketplace that represent the products available for consumption. See List your data product in Databricks Marketplace.
databricks provider-listings create
Create a new listing.
databricks provider-listings create [flags]
Arguments
None
Options
--json JSON
The inline JSON string or the @path to the JSON file with the request body.
Examples
databricks provider-listings create --json '{"listing_type": "STANDARD", "summary": {"name": "My Product"}}'
databricks provider-listings delete
Delete a listing.
databricks provider-listings delete ID [flags]
Arguments
ID
The ID of the listing to delete
Options
Examples
databricks provider-listings delete <listing-id>
databricks provider-listings get
Get a listing.
databricks provider-listings get ID [flags]
Arguments
ID
The ID of the listing to retrieve
Options
Examples
databricks provider-listings get <listing-id>
databricks provider-listings list
List listings owned by this provider.
databricks provider-listings list [flags]
Arguments
None
Options
--page-size int
Number of listings to return per page
--page-token string
Token for pagination
Examples
databricks provider-listings list
databricks provider-listings update
Update a listing.
databricks provider-listings update ID [flags]
Arguments
ID
The ID of the listing to update
Options
--json JSON
The inline JSON string or the @path to the JSON file with the request body.
Examples
databricks provider-listings update 12345 --json '{"summary": {"name": "Updated Product Name"}}'
Global flags
--debug
Whether to enable debug logging.
-h
or --help
Display help for the Databricks CLI or the related command group or the related command.
--log-file
string
A string representing the file to write output logs to. If this flag is not specified then the default is to write output logs to stderr.
--log-format
format
The log format type, text
or json
. The default value is text
.
--log-level
string
A string representing the log format level. If not specified then the log format level is disabled.
-o, --output
type
The command output type, text
or json
. The default value is text
.
-p, --profile
string
The name of the profile in the ~/.databrickscfg
file to use to run the command. If this flag is not specified then if it exists, the profile named DEFAULT
is used.
--progress-format
format
The format to display progress logs: default
, append
, inplace
, or json
-t, --target
string
If applicable, the bundle target to use