We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
report-account-compatibility
1 parent 4f6704c commit 0065b6cCopy full SHA for 0065b6c
src/databricks/labs/ucx/cli.py
@@ -95,7 +95,7 @@ def sync_workspace_info(a: AccountClient):
95
96
@ucx.command(is_account=True)
97
def report_account_compatibility(a: AccountClient, ctx: AccountContext | None = None, **named_parameters):
98
- """upload workspace config to all workspaces in the account where ucx is installed"""
+ """Report compatibility of all workspaces available in the account"""
99
if not ctx:
100
ctx = AccountContext(a, named_parameters)
101
ctx.account_aggregate.readiness_report()
0 commit comments