https://github.com/malopolese/asdf-teleport-community
teleport community plugin for asdf version manager https://github.com/asdf-vm/asdf
https://github.com/malopolese/asdf-teleport-community
asdf asdf-plugin shell teleport
Last synced: 6 months ago
JSON representation
teleport community plugin for asdf version manager https://github.com/asdf-vm/asdf
- Host: GitHub
- URL: https://github.com/malopolese/asdf-teleport-community
- Owner: MaloPolese
- License: other
- Created: 2022-12-09T16:44:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T22:07:38.000Z (7 months ago)
- Last Synced: 2024-12-03T23:19:35.792Z (7 months ago)
- Topics: asdf, asdf-plugin, shell, teleport
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-teleport-community [](https://github.com/MaloPolese/asdf-teleport-community/actions/workflows/build.yml) [](https://github.com/MaloPolese/asdf-teleport-community/actions/workflows/lint.yml)
[teleport-community](https://github.com/MaloPolese/asdf-teleport-community) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add teleport-community
# or
asdf plugin add teleport-community https://github.com/MaloPolese/asdf-teleport-community.git
```teleport-community:
```shell
# Show all installable versions
asdf list-all teleport-community# Install specific version
asdf install teleport-community latest# Set a version globally (on your ~/.tool-versions file)
asdf global teleport-community latest# Now teleport-community commands are available
tsh version
tctl version
tbot version
teleport version
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/MaloPolese/asdf-teleport-community/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Malo Polese](https://github.com/MaloPolese/)