https://github.com/lando/legacy-cli
The cli part of Lando
https://github.com/lando/legacy-cli
Last synced: 8 months ago
JSON representation
The cli part of Lando
- Host: GitHub
- URL: https://github.com/lando/legacy-cli
- Owner: lando
- License: gpl-3.0
- Created: 2021-04-27T13:07:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T22:32:00.000Z (10 months ago)
- Last Synced: 2025-05-07T20:03:54.246Z (8 months ago)
- Language: JavaScript
- Homepage: https://docs.lando.dev/cli
- Size: 26 MB
- Stars: 30
- Watchers: 6
- Forks: 33
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: docs/support.md
Awesome Lists containing this project
README
> [!IMPORTANT]
> As of Lando [v3.23.0](https://github.com/lando/core/releases/tag/v3.23.0) the CLI is now part of [@lando/core](https://github.com/lando/core) and this repo is now archived eg longer actively maintained, used, looked at, etc.
>
> Please visit [@lando/core](https://github.com/lando/core) for anything CLI related.
# Lando CLI
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
* Bootstrapping the `lando` and `app` objects
* Abstracting out options, args and interactive questions
## Basic Usage
See a list of commands.
```yaml
lando
```
For more info you should check out the [docs](https://docs.lando.dev/cli):
## Issues, Questions and Support
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-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-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
Made with [contrib.rocks](https://contrib.rocks).
## Other Selected Resources
* [LICENSE](https://github.com/lando/cli-legacy/blob/main/LICENSE.md)
* [The best professional advice ever](https://www.youtube.com/watch?v=tkBVDh7my9Q)