From 33885a1d838b865d14874066e6db1b5802819ec6 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Thu, 14 Nov 2024 09:41:46 -0500 Subject: [PATCH] update namespaces to LEGACY --- README.md | 12 ++++++------ package.json | 6 +++--- plugin.yaml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9ccf32d5e..5de868999 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Lando CLI -This is the Lando CLI. It implements [`@lando/core`](https://github.com/lando/lando/tree/main/plugins) and mixes in a bunch of [plugins](https://github.com/lando/core). It is a light wrapper around [`yargs`](https://www.npmjs.com/package/yargs) and [`inquirer`](https://www.npmjs.com/package/inquirer) and mostly allows for: +This is the Lando CLI. It implements [`@lando/core`](https://github.com/lando/core) and mixes in a bunch of [plugins](https://github.com/lando/lando/tree/main/plugins). It is a light wrapper around [`yargs`](https://www.npmjs.com/package/yargs) and [`inquirer`](https://www.npmjs.com/package/inquirer) and mostly allows for: * Dynamically loading `lando` "tasks" based on `pwd` * Assembling the `lando` configuration @@ -26,11 +26,11 @@ For more info you should check out the [docs](https://docs.lando.dev/cli): If you have a question or would like some community support we recommend you [join us on Slack](https://launchpass.com/devwithlando). -If you'd like to report a bug or submit a feature request then please [use the issue queue](https://github.com/lando/cli/issues/new/choose) in this repo. +If you'd like to report a bug or submit a feature request then please [use the issue queue](https://github.com/lando/cli-legacy/issues/new/choose) in this repo. ## Changelog -We try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/cli/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/cli/releases). +We try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/cli-legacy/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/cli-legacy/releases). ## Releasing @@ -38,13 +38,13 @@ We try to log all changes big and small in both [THE CHANGELOG](https://github.c ## Contributors - - + + Made with [contrib.rocks](https://contrib.rocks). ## Other Selected Resources -* [LICENSE](https://github.com/lando/cli/blob/main/LICENSE.md) +* [LICENSE](https://github.com/lando/cli-legacy/blob/main/LICENSE.md) * [The best professional advice ever](https://www.youtube.com/watch?v=tkBVDh7my9Q) diff --git a/package.json b/package.json index be4e0f85a..67960cec0 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "@lando/cli", + "name": "@lando/legacy-cli", "description": "The cli for the best development solution in the galaxy.", "license": "GPL-3.0", "version": "3.23.0-beta.7", "repository": { "type": "git", - "url": "https://github.com/lando/cli" + "url": "https://github.com/lando/legacy-cli" }, "bugs": { "email": "mike@lando.dev", - "url": "https://github.com/lando/cli/issues" + "url": "https://github.com/lando/legacy-cli/issues" }, "engines": { "node": ">=18.0.0" diff --git a/plugin.yaml b/plugin.yaml index 0b03229d1..4aa7af032 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,4 +1,4 @@ -name: "@lando/cli" +name: "@lando/legacy-cli" hooks: cli: done: