ricaun.AppBundleTool 1.0.0

Prefix Reserved
dotnet tool install --global ricaun.AppBundleTool --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local ricaun.AppBundleTool --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ricaun.AppBundleTool&version=1.0.0
                    
nuke :add-package ricaun.AppBundleTool --version 1.0.0
                    

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!

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.0 448 17 days ago