From 270efe34fac8705f6b894269a6f1ea3609f7fd29 Mon Sep 17 00:00:00 2001 From: peternhale Date: Mon, 31 Jan 2022 09:18:07 -0700 Subject: [PATCH] fix: deprecate cli ux (#477) * fix: deprecate cli-ux module * chore: exclude windows latest * Updated config.yml --- .circleci/config.yml | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96cf7b4..96f0fe0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,9 @@ workflows: - latest - lts - maintenance + exclude: + - os: windows + node_version: latest - release-management/release-package: context: SF-CLI-RELEASE-PROCESS filters: diff --git a/README.md b/README.md index 4eb78be..8016f82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ cli-ux ====== +# ========= This module has been deprecated in favor of [oclif/core](https://github.com/oclif/core) and will no longer be maintained. ========= + cli IO utilities [![Version](https://img.shields.io/npm/v/cli-ux.svg)](https://npmjs.org/package/cli-ux)