You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Unbundle the dcos-core-cli plugin from the CLI. It is now auto-installed from Cosmos only (either through Universe or the Bootstrap Registry).
4
8
5
9
* Features
6
10
7
-
* Auto-install CLI plugins for running services during `dcos cluster setup` when environment variable `DCOS_CLI_EXPERIMENTAL_AUTOINSTALL_PACKAGE_CLIS` set
8
-
* New command `dcos config keys` printing all the keys that can be set in a configuration file
11
+
* New command `dcos config keys` printing all the keys that can be set in a configuration file.
9
12
* The new `dcos cluster open` can be used to open the currently attached cluster UI in the browser.
10
-
* Log into OSS without copy/pasting authentication token from browser.
13
+
* Log into DC/OS Open without copy/pasting authentication token from browser.
14
+
* Add cluster name completion to `dcos cluster rename`.
15
+
* Support arg completion for `dcos config`.
16
+
* Support autocompletion on `dcos plugin remove`.
17
+
18
+
* Experimental features
19
+
20
+
* Auto-install CLI plugins for running services during `dcos cluster setup` when environment variable `DCOS_CLI_EXPERIMENTAL_AUTOINSTALL_PACKAGE_CLIS` set.
21
+
22
+
* Fixes
23
+
24
+
* Loosen the DC/OS version check for plugin auto-installation, it was only accepting 1.XX versions.
25
+
* Improve error messages for `dcos cluster setup` args error
26
+
27
+
* Testing
28
+
29
+
* Run integration tests against DC/OS Open as well.
0 commit comments