Command line tool to Install/Uninstall Autodesk AppBundle.
dotnet tool install --global ricaun.AppBundleTool
The AppBundleTool
command line tool provides the following commands:
Command -l
and --lint
to list all installed bundle.
AppBundleTool -l
Command -a
and --app
to show information about a bundle.
AppBundleTool -a <bundle-path.zip or bundle-name>
Command -i
and --install
to install a tool.
AppBundleTool -a <bundle-path.zip> -i
Command -u
and --uninstall
to uninstall a tool.
AppBundleTool -a <bundle-path.zip or bundle-name> -u
The following example shows how to install a bundle from a URL in the RevitAddin.CommandLoader releases.
AppBundleTool -a https://github.com/ricaun-io/RevitAddin.CommandLoader/releases/latest/download/RevitAddin.CommandLoader.bundle.zip -i
AppBundleTool -a https://github.com/ricaun-io/RevitAddin.CommandLoader/releases/download/1.1.0/RevitAddin.CommandLoader.bundle.zip -i
The AppBundle is a standardized format for Autodesk applications. This package format enables the application or addin to be loaded in many different Autodesk products and versions.
- AppBundle: Autodesk Products - 2020
- AppBundle Structure: Revit - 2018
- Autodesk Autoloader White Paper - 2013
This project is licensed under the MIT License.
Do you like this project? Please star this project on GitHub!