This repository contains custom commands and aliases for working with WSO2 products.
Unzips a WSO2 product pack into the current directory.
Creates directories for WSO2 issues and opens them in the file manager.
Usage:
wso2-init --apim-4.2.0
open-issue ISSUE-23
- Add aliases to your
~/.zshrc
file. - Place custom scripts in the
/usr/local/bin/
directory. - Modify the scripts as needed.
- Reload your shell:
source ~/.zshrc