Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rynkowsg/asdf-garden-cli
https://github.com/rynkowsg/asdf-garden-cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rynkowsg/asdf-garden-cli
- Owner: rynkowsg
- License: mit
- Created: 2024-04-12T21:56:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T14:15:48.000Z (6 months ago)
- Last Synced: 2024-07-07T14:59:50.957Z (6 months ago)
- Language: Shell
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-garden-cli
[![GitHub Actions Test Status][ci-actions-test-badge]][ci-actions-test]
[![GitHub Actions Lint Status][ci-actions-lint-badge]][ci-actions-lint]
[![CircleCI Lint Status][ci-circleci-lint-badge]][ci-circleci-lint]
[![License][license-badge]][license][asdf version manager][asdf-website] plugin for [garden-cli][garden-cli-repo], a CLI tool of [application.garden][application.garden-website].
## Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [License](#license)## Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
## Install
Install the plugin:
```shell
asdf plugin add garden-cli https://github.com/rynkowsg/asdf-garden-cli.git
```Install garden-cli:
```shell
# Show all installable versions
asdf list-all garden-cli# Install specific version
asdf install garden-cli latest# Set a version globally (on your ~/.tool-versions file)
asdf global garden-cli latest# Now garden commands are available
garden --help
```Check [application.garden docs][application.garden-docs] for more instructions on how to use garden CLI tool.
## License
See [LICENSE](LICENSE) © [Grzegorz Rynkowski][gh-profile-rynkowsg]
[application.garden-docs]: https://docs.apps.garden/
[application.garden-website]: https://application.garden/
[asdf-website]: https://asdf-vm.com
[ci-actions-lint-badge]: https://github.com/rynkowsg/asdf-garden-cli/actions/workflows/lint.yml/badge.svg
[ci-actions-lint]: https://github.com/rynkowsg/asdf-garden-cli/actions/workflows/lint.yml
[ci-actions-test-badge]: https://github.com/rynkowsg/asdf-garden-cli/actions/workflows/test.yml/badge.svg
[ci-actions-test]: https://github.com/rynkowsg/asdf-garden-cli/actions/workflows/test.yml
[ci-circleci-lint-badge]: https://circleci.com/gh/rynkowsg/asdf-garden-cli.svg?style=shield
[ci-circleci-lint]: https://circleci.com/gh/rynkowsg/asdf-garden-cli
[garden-cli-repo]: https://github.com/nextjournal/garden-cli
[gh-profile-rynkowsg]: https://github.com/rynkowsg
[license-badge]: https://img.shields.io/badge/license-MIT-lightgrey.svg
[license]: LICENSE