Skip to content

razd-cli/vfox-plugin-razd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vfox-plugin-razd

Test mise Integration

A vfox plugin for managing razd CLI versions.

razd is a project environment provisioning CLI that works with mise and devbox.

Prerequisites

  • vfox version 0.3.0 or higher, or
  • mise (supports vfox plugins)

Installation

Using mise

Install the plugin:

mise plugin install razd https://github.com/razd-cli/vfox-plugin-razd

Set global version:

mise use -g razd

Or install and use a specific version:

mise use -g razd@1.2.4

Using vfox

Install the plugin:

vfox add razd

Or install from source:

vfox add --source https://github.com/razd-cli/vfox-plugin-razd.git razd

Usage

With mise

# List available versions
mise ls-remote razd

# Install latest version
mise install razd@latest

# Install specific version
mise install razd@1.2.4

# Use globally
mise use -g razd@1.2.4

# Use in current project
mise use razd@1.2.4

With vfox

# Search available versions
vfox search razd

# Install latest version
vfox install razd@latest

# Install specific version
vfox install razd@1.2.4

# Use in current shell session
vfox use razd@1.2.4

# Set global version
vfox use -g razd@1.2.4

# Set project-specific version
vfox use -p razd@1.2.4

Verify installation

razd --version

Platform Support

Platform Architecture Supported
Windows x64 Yes
macOS Intel (x64) Yes
macOS Apple Silicon (arm64) Yes
Linux x64 Yes
Linux arm64 Yes

Troubleshooting

Command not found after installation

Make sure you've run vfox use razd@<version> to activate the version. Check that vfox is properly configured in your shell:

# For bash/zsh
echo 'eval "$(vfox activate bash)"' >> ~/.bashrc  # or ~/.zshrc

# For fish
echo 'vfox activate fish | source' >> ~/.config/fish/config.fish

# For PowerShell
Add-Content $PROFILE 'Invoke-Expression "$(vfox activate pwsh)"'

Unsupported platform error

This plugin currently supports Windows (x64), macOS (x64/arm64), and Linux (x64/arm64). If you're using a different platform or architecture, razd may not provide pre-built binaries for your system.

Development

This plugin fetches version information and binaries from the official razd GitHub releases.

License

Apache 2.0

Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages