update docs

This commit is contained in:
Shreyas Goenka 2025-03-11 12:54:20 +01:00
parent d9b5f5e185
commit 987220b9de
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 4 additions and 1 deletions

View File

@ -20,9 +20,12 @@ func newExecCommand() *cobra.Command {
Args: cobra.MinimumNArgs(1),
Long: `Execute a command using the same authentication context as the bundle
The current working directory of the provided command will be set to the root
Note: The current working directory of the provided command will be set to the root
of the bundle.
Authentication to the input command will be provided by setting the appropriate
environment variables that Databricks tools use to authenticate.
Example usage:
1. databricks bundle exec -- echo "hello, world"
2. databricks bundle exec -- /bin/bash -c "echo hello"