@asyncapi/modelina-cli v4.0.0-next.21
NOTICE: If you are only working exclusively with AsyncAPI documents, using the AsyncAPI CLI is the preferred way to interact with Modelina as it has the exact same features.
Here are all the ways you can install and run the Modelina CLI. For a full list of commands, checkout the usage documentation.
brew install modelina
Install it through dedicated .pkg
file as a MacOS Application
# Download latest release
curl -OL https://github.com/asyncapi/modelina/releases/latest/download/modelina.x64.pkg
# Install it
sudo installer -pkg modelina.pkg -target /
Install it through dedicated .pkg
file as a MacOS Application for arm64
# Download latest release
curl -OL https://github.com/asyncapi/modelina/releases/latest/download/modelina.arm64.pkg
# Install it
sudo installer -pkg modelina.pkg -target /
choco install modelina
Manually download and run modelina.x64.exe
Manually download and run the executable modelina.x86.exe
# Download
curl -OL https://github.com/asyncapi/modelina/releases/latest/download/modelina.deb
# Install
sudo apt install ./modelina.deb
# Download
curl -OL https://github.com/asyncapi/modelina/releases/latest/download/modelina.tar.gz
# Install
tar -xzf modelina.tar.gz
Remember to symlink the binaries ln -s <absolute-path>/bin/modelina /user/local/bin/modelina
to access the CLI anywhere.
npm install -g @asyncapi/modelina-cli
9 months ago
9 months ago
10 months ago
10 months ago
1 year ago
1 year ago
1 year ago
12 months ago
11 months ago
1 year ago
12 months ago
11 months ago
11 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago