AeFinder.Cli
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global AeFinder.Cli --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 AeFinder.Cli --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AeFinder.Cli&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package AeFinder.Cli --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AeFinder CLI
AeFinder CLI is a command line tool used to perform some common operations of the AeFinder functionality.
Installation
AeFinder CLI is a dotnet global tool. Install it using a command line window:
dotnet tool install -g AeFinder.Cli
To update an existing installation:
dotnet tool update -g AeFinder.Cli
Common Options
- --appid: Required. The appid of the AeFinder App.
- --key: Required. The deploy key of the AeFinder App.
- --network: Optional (Default: MainNet). The AeFinder network (MainNet or TestNet).
Commands
Here is a list of all available commands:
- help: Shows help on the usage of the AeFinder CLI.
- init: Initiate the AeFinder App development project.
- deploy: Deploy AeFinder App.
- update: Update AeFinder App.
help
Show the help information of the AeFinder CLI command. Usage:
aefinder help [option]
Examples:
aefinder help
aefinder help init
init
Initiate the AeFinder App development project. Usage:
aefinder init [option]
Examples:
aefinder init --name TokenApp --appid appid --key key
Options
- --name: Required. The project name.
- --directory: Optional. The project directory. (Default: Current directory)
deploy
Deploy AeFinder App. Usage:
aefinder deploy [option]
Examples:
aefinder deploy -manifest manifest.json --code code.dll --appid appid --key key
Options
- --manifest: Required. The manifest file path of your AeFinder App.
- --code: Required. The code file path of your AeFinder App.
update
Update the code or manifest for the deployed AeFinder App. Usage:
aefinder update [option]
Examples:
aefinder update --version version -manifest manifest.json --code code.dll --appid appid --key key
Options
- --version: Required. The version to update.
- --manifest: Optional. The manifest file path of your AeFinder App.
- --code: Optional. The code file path of your AeFinder App.
Note: --manifest and --code are optional, but at least one of them must be entered.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.