Skip to content

Commit

Permalink
update namespaces to LEGACY
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 14, 2024
1 parent 732c957 commit 33885a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,25 +26,25 @@ 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

[Create a release on GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository) with a [semver](https://semver.org)-appropriate tag.

## Contributors

<a href="https://github.com/lando/cli/graphs/contributors">
<img src="https://contrib.rocks/image?repo=lando/cli" />
<a href="https://github.com/lando/cli-legacy/graphs/contributors">
<img src="https://contrib.rocks/image?repo=lando/cli-legacy" />
</a>

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)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"url": "https://github.com/lando/cli/issues"
"url": "https://github.com/lando/legacy-cli/issues"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "@lando/cli"
name: "@lando/legacy-cli"
hooks:
cli:
done:
Expand Down

0 comments on commit 33885a1

Please sign in to comment.