Skip to content

ricaun-io/ricaun.AppBundleTool

Repository files navigation

ricaun.AppBundleTool

Visual Studio 2022 Nuke License MIT Build Release

Command line tool to Install/Uninstall Autodesk AppBundle.

Install Tool

dotnet tool install --global ricaun.AppBundleTool

Tool Commands

The AppBundleTool command line tool provides the following commands:

List

Command -l and --lint to list all installed bundle.

AppBundleTool -l

AppBundle information

Command -a and --app to show information about a bundle.

AppBundleTool -a <bundle-path.zip or bundle-name>

Install

Command -i and --install to install a tool.

AppBundleTool -a <bundle-path.zip> -i

Uninstall

Command -u and --uninstall to uninstall a tool.

AppBundleTool -a <bundle-path.zip or bundle-name> -u

Example

The following example shows how to install a bundle from a URL in the RevitAddin.CommandLoader releases.

Latest

AppBundleTool -a https://github.com/ricaun-io/RevitAddin.CommandLoader/releases/latest/download/RevitAddin.CommandLoader.bundle.zip -i

Specific version

AppBundleTool -a https://github.com/ricaun-io/RevitAddin.CommandLoader/releases/download/1.1.0/RevitAddin.CommandLoader.bundle.zip -i

Autodesk AppBundle

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.

References

License

This project is licensed under the MIT License.


Do you like this project? Please star this project on GitHub!

About

Tool to install/uninstall Autodesk AppBundle.

Resources

License

Stars

Watchers

Forks

Sponsor this project