stencila tools
Usage
stencila tools [COMMAND]Examples
# List all available tools
stencila tools
# Show details about a specific tool
stencila tools show python
# Install a tool
stencila tools install mise
# Install multiple tools
stencila tools install mise uv ruff
# Install all dependencies from config files
stencila tools install
# Detect environment configuration in current directory
stencila tools env
# Run a command with automatic environment detection
stencila tools run -- python script.pySubcommands
list | |
show | |
install | |
env | |
run |