Dcos Cli Versions Save

The command line for DC/OS.

1.2.0

3 years ago

1.2.0

  • Accepts DCOS_CLUSTER_SETUP_ACS_TOKEN in dcos auth login (#1550)
  • Read auth token without echoing it (#1551)
  • Overcome Windows 254 characters limit on Windows (#1551)
  • Update Go to 1.15 – support only macOS 10.12 Sierra or later (#1552)
  • Require TLS 1.2 or above (#1552)

https://downloads.dcos.io/binaries/cli/linux/x86-64/1.2.0/dcos https://downloads.dcos.io/binaries/cli/darwin/x86-64/1.2.0/dcos https://downloads.dcos.io/binaries/cli/darwin/x86-64/1.2.0/dcos.zip https://downloads.dcos.io/binaries/cli/windows/x86-64/1.2.0/dcos.exe

1.1.2

4 years ago

This is a new release of the DC/OS CLI. All users of DC/OS >=1.12 are encouraged to upgrade.

Changelog

  • Fixes

    • Do not consume all input data on prompts.
    • Check TLS configuration before calling plugins.

Binaries

Linux: https://downloads.dcos.io/cli/releases/binaries/dcos/linux/x86-64/1.1.2/dcos macOS: https://downloads.dcos.io/cli/releases/binaries/dcos/darwin/x86-64/1.1.2/dcos Windows: https://downloads.dcos.io/cli/releases/binaries/dcos/windows/x86-64/1.1.2/dcos.exe

1.1.1

4 years ago

This is a new release of the DC/OS CLI. All users of DC/OS >=1.12 are encouraged to upgrade.

Changelog

  • Fixes

    • Fix panic on non-desktop environments with browser login flows other than auth0

Binaries

Linux: https://downloads.dcos.io/cli/releases/binaries/dcos/linux/x86-64/1.1.1/dcos macOS: https://downloads.dcos.io/cli/releases/binaries/dcos/darwin/x86-64/1.1.1/dcos Windows: https://downloads.dcos.io/cli/releases/binaries/dcos/windows/x86-64/1.1.1/dcos.exe

1.1.0

4 years ago

This is a new release of the DC/OS CLI. All users of DC/OS >=1.12 are encouraged to upgrade.

Changelog

  • Features

    • Pass plugin config as environment variables.
    • Pass DCOS_CLI_VERSION when invoking plugins.
    • Add --no-timeout option to cluster setup
  • Fixes

    • Discard the local login server on non-desktop environment

Binaries

Linux: https://downloads.dcos.io/cli/releases/binaries/dcos/linux/x86-64/1.1.0/dcos macOS: https://downloads.dcos.io/cli/releases/binaries/dcos/darwin/x86-64/1.1.0/dcos Windows: https://downloads.dcos.io/cli/releases/binaries/dcos/windows/x86-64/1.1.0/dcos.exe

1.0.1

4 years ago

This is a new release of the DC/OS CLI. All users of DC/OS >=1.12 are encouraged to upgrade.

Changelog

  • Fixes

    • Bump client-go to fix int32 overflow in releaseVersion field of Cosmos package payloads.

Binaries

Darwin: https://downloads.dcos.io/binaries/cli/darwin/x86-64/1.0.1/dcos Linux: https://downloads.dcos.io/binaries/cli/linux/x86-64/1.0.1/dcos Windows: https://downloads.dcos.io/binaries/cli/windows/x86-64/1.0.1/dcos.exe

1.0.0

4 years ago

This is a new release of the DC/OS CLI. All users of DC/OS >=1.12 are encouraged to upgrade.

Changelog

  • Breaking changes

    • Unbundle the dcos-core-cli plugin from the CLI. It is now auto-installed from Cosmos only (either through Universe or the Bootstrap Registry) during dcos cluster setup.
  • Features

    • New command dcos config keys printing all the keys that can be set in a configuration file.
    • The new dcos cluster open can be used to open the currently attached cluster UI in the browser.
    • Log into DC/OS Open without copy/pasting authentication token from browser.
    • Add cluster name completion to dcos cluster rename.
    • Support arg completion for dcos config.
    • Support autocompletion on dcos plugin remove.
  • Experimental features

    • Auto-install CLI plugins for running services during dcos cluster setup when environment variable DCOS_CLI_EXPERIMENTAL_AUTOINSTALL_PACKAGE_CLIS set.
  • Fixes

    • Loosen the DC/OS version check for plugin auto-installation, it was only accepting 1.XX versions.
    • Improve error messages for dcos cluster setup args error
  • Testing

    • Run integration tests against DC/OS Open as well.

Binaries

Darwin: https://downloads.dcos.io/binaries/cli/darwin/x86-64/1.0.0/dcos Linux: https://downloads.dcos.io/binaries/cli/linux/x86-64/1.0.0/dcos Windows: https://downloads.dcos.io/binaries/cli/windows/x86-64/1.0.0/dcos.exe

0.7.13

5 years ago

This is a new release of the DC/OS CLI for 1.12 clusters. The download link in the GUI for 1.12 clusters has been updated to include this release. Changes since the last release include:

FEATURES:

Bundle the 1.12-patch.11 core CLI, which fixes the dcos task log command again BINARIES:

Darwin: https://downloads.dcos.io/binaries/cli/darwin/x86-64/0.7.13/dcos Linux: https://downloads.dcos.io/binaries/cli/linux/x86-64/0.7.13/dcos Windows: https://downloads.dcos.io/binaries/cli/windows/x86-64/0.7.13/dcos.exe

0.6.6

5 years ago

This is a new release of the DC/OS CLI for 1.11 clusters. The download link in the GUI for 1.11 clusters has been updated to include this release. Changes since the last release include:

FIXES:

  • Fix help output of dcos node regarding dcos node dns
  • Improved dcos task log to handle complex task names
  • Escape remote commands when passing them to ssh
  • Add end of options convention to dcos node ssh and dcos task exec
  • Set TERM to 'xterm' when using task exec with '--tty'
  • Added '--user' flag to 'dcos service log'
  • Added region for masters in standby in dcos node
  • Fix dcos package install --cli on Windows
  • Loosen the CLI resource validation during package install
  • Added error message when running dcos task <unexisting-task-ID>
  • Fixed non-UTC date string parsing in tables
  • Updated 'requests' dependency to 2.20.0.
  • Normalize domains to lowercase when comparing URLs
  • Print a warning when attached cluster is incorrect version

BINARIES:

Darwin: https://downloads.dcos.io/binaries/cli/darwin/x86-64/0.6.6/dcos Linux: https://downloads.dcos.io/binaries/cli/linux/x86-64/0.6.6/dcos Windows: https://downloads.dcos.io/binaries/cli/windows/x86-64/0.6.6/dcos.exe

0.8.0

5 years ago

This is a new release of the DC/OS CLI for 1.13 clusters. The download link in the GUI for 1.13 clusters has been updated to include this release. Changes since the last release include:

  • Breaking changes

    • Drop support of DCOS_URL and DCOS_ACS_TOKEN
  • Features

    • Add static tab completion
    • Introduce a strict deprecation mode (DCOS_CLI_STRICT_DEPRECATIONS=1)
    • Display variant when running dcos --version
    • Always auto-install core and EE plugins when running dcos cluster setup
    • Add support for relative DCOS_DIR
    • List commands of each plugin alphabetically when running dcos plugin list

Alongside we're releasing a new core CLI plugin for DC/OS 1.13, which features:

  • Add color support to dcos node log
  • Add a public IP field to dcos node list
  • Add --user flag to dcos service log
  • Add journalctl format options to dcos node log: json-pretty, json, cat, short

BINARIES:

Darwin: https://downloads.dcos.io/binaries/cli/darwin/x86-64/0.8.0/dcos Linux: https://downloads.dcos.io/binaries/cli/linux/x86-64/0.8.0/dcos Windows: https://downloads.dcos.io/binaries/cli/windows/x86-64/0.8.0/dcos.exe