Closed jacobtomlinson closed 2 years ago
Depends on https://github.com/dask/dask/pull/9283.
This PR deprecates daskctl cluster in favour of dask cluster and moves root commands like daskctl discovery to dask cluster discovery.
daskctl cluster
dask cluster
daskctl discovery
dask cluster discovery
Will need a minimum dask version bump once the CLI is merged and released.
dask
Depends on https://github.com/dask/dask/pull/9283.
This PR deprecates
daskctl cluster
in favour ofdask cluster
and moves root commands likedaskctl discovery
todask cluster discovery
.Will need a minimum
dask
version bump once the CLI is merged and released.