docs.rs failed to build revitcli-1.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Revit CLI Tool
A command-line interface tool for managing Revit add-in projects, making it easier to build, export, and manage Revit add-ins.
Features
- Build Revit add-in projects using MSBuild or dotnet
- Export add-ins to the correct Revit directory
- Manage Revit version settings
- Locate project DLLs
- Handles both standard add-ins and web-based UIs (Next.js)
Installation
Option 1: Install from source
- Make sure you have Rust installed (Install Rust)
- Clone this repository
- Run:
Option 2: Install from binary
Download the latest release from the releases page and add it to your system PATH.
Prerequisites
- Windows OS
- .NET SDK or Visual Studio Build Tools
- Revit installation (2019-2025)
Usage
# Build the current project
# Export the add-in to Revit
# Check current Revit version
# Change target Revit version
# Locate project DLL
Development Requirements
- Rust 1.75 or later
- Windows 10/11
- Visual Studio 2022 or MSBuild Tools 2022
- .NET SDK 6.0 or later
Building from Source
- Clone the repository
- Run
cargo build --release
- The binary will be available in
target/release/rev.exe
License
MIT License