Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
fix: deprecate cli ux (#477)
Browse files Browse the repository at this point in the history
* fix: deprecate cli-ux module

* chore: exclude windows latest

* Updated config.yml
  • Loading branch information
peternhale authored Jan 31, 2022
1 parent 82449f0 commit 270efe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ workflows:
- latest
- lts
- maintenance
exclude:
- os: windows
node_version: latest
- release-management/release-package:
context: SF-CLI-RELEASE-PROCESS
filters:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 270efe3

Please sign in to comment.