ricaun.AppBundleTool
1.0.3
Prefix Reserved
dotnet tool install --global ricaun.AppBundleTool --version 1.0.3
dotnet new tool-manifest
dotnet tool install --local ricaun.AppBundleTool --version 1.0.3
#tool dotnet:?package=ricaun.AppBundleTool&version=1.0.3
nuke :add-package ricaun.AppBundleTool --version 1.0.3
ricaun.AppBundleTool
Command line tool to Install/Uninstall Autodesk AppBundle.
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.
Check the Autodesk.PackageBuilder package for more information how the standard work between Autodesk products.
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 the bundle. The bundle is installed in the current user folder (%AppData%
) by default, if the package is already installed, the same folder is selected and installed over the existing files.
AppBundleTool -a <bundle-path.zip> -i
Uninstall
Command -u
and --uninstall
to uninstall the bundle. The bundle is uninstalled by sending the folder to the recycle bin.
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
License
This project is licensed under the MIT License.
Do you like this project? Please star this project on GitHub!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.