Crates.io | asimov-module-cli |
lib.rs | asimov-module-cli |
version | 25.0.0-dev.7 |
created_at | 2025-04-04 10:05:27.552623+00 |
updated_at | 2025-07-29 12:00:46.563098+00 |
description | ASIMOV Module Command-Line Interface (CLI) |
homepage | https://cli.asimov.sh |
repository | https://github.com/asimov-platform/asimov-module-cli |
max_upload_size | |
id | 1619741 |
size | 141,621 |
🚧 We are building in public. This is presently under heavy construction.
ASIMOV Module CLI is a tool for managing locally installed ASIMOV Modules.
The intended installation method is through Homebrew.
Module CLI can be installed along ASIMOV CLI through Homebrew:
brew tap asimov-platform/tap
brew install asimov-cli
cargo install asimov-module-cli --version 25.0.0-dev.5
If you installed through Homebrew you're able to invoke the module as asimov module
, otherwise call the asimov-module
executable directly.
asimov module install http
You can print package pages that the module's manifest defines, including but not limited to source code repository and other documentation:
$ asimov module link openai
https://rubygems.org/gems/asimov-openai-module
Or you can directly open in a web browser:
asimov module browse openai
Lists available and installed modules:
asimov module list
$ asimov module resolve https://asimov.sh/
http
asimov module uninstall http
TBD
git clone https://github.com/asimov-platform/asimov-module-cli.git