databricks-cli/cmd/workspace/apps
Andrew Nester cff4f09cc8
Added text output templates for apps list and list-deployments (#2175)
## Changes
Added text output templates for apps list and list-deployments

Fixes #2172

## Tests
```
andrew.nester@HFW9Y94129 ~ % databricks apps list -p u2m
Name                          Url                                                            Compute Status  Deployment Status
abc                           https://abc-***.aws.databricksapps.com                         STOPPED
andre-test                    https://andre-test-***..aws.databricksapps.com                  ACTIVE          SUCCEEDED
andre-test2                   https://andre-test2-***..aws.databricksapps.com                 ACTIVE          SUCCEEDED
...
```
2025-01-17 14:42:44 +00:00
..
apps.go Process all the fields in top level request object even if it contains request body (#2155) 2025-01-15 17:02:58 +01:00
overrides.go Added text output templates for apps list and list-deployments (#2175) 2025-01-17 14:42:44 +00:00