Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layer5io/mesheryctl-aliases
Programmatically generated, handy mesheryctl aliases.
https://github.com/layer5io/mesheryctl-aliases
Last synced: 12 days ago
JSON representation
Programmatically generated, handy mesheryctl aliases.
- Host: GitHub
- URL: https://github.com/layer5io/mesheryctl-aliases
- Owner: layer5io
- License: apache-2.0
- Created: 2021-07-28T00:23:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T09:13:13.000Z (about 1 year ago)
- Last Synced: 2023-08-22T10:55:50.647Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 236 KB
- Stars: 4
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING-gitflow.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# mesheryctl-aliases
Programmatically generated, handy mesheryctl aliases.### Examples
Some of the generated aliases are:
```shell
alias m="mesheryctl"
alias ms="mesheryctl system"alias msl="mesheryctl system logs"
...
```### Installation
You can directly download the .mesheryctl_aliases file and save it in your `$HOME` directory, then edit your `.bashrc/.zshrc` file with:
```shell
[ -f ~/.mesheryctl_aliases ] && source ~/.mesheryctl_aliases
```> Aliases won't persist once the shell is exited. Hence, make sure to run this command each time you want to use aliases in a session
## Join the Community!
Our projects are community-built and welcome collaboration. 👍 Be sure to see the Layer5 Community Welcome Guide for a tour of resources available to you and jump into our Slack!Find your MeshMate
MeshMates are experienced Layer5 community members, who will help you learn your way around, discover live projects and expand your community network.
Become a Meshtee today!Find out more on the Layer5 community.
✔️ Join any or all of the weekly meetings on community calendar.
✔️ Watch community meeting recordings.
✔️ Access the Community Drive by completing a community Member Form.
✔️ Discuss in the Community Forum.
Not sure where to start? Grab an open issue with the help-wanted label.