Deployf.Cli
0.4.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 Deployf.Cli --version 0.4.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 Deployf.Cli --version 0.4.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Deployf.Cli&version=0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Deployf.Cli --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Deployf Cli
Installation
🪟 via powershell
> Invoke-WebRequest -Uri https://github.com/deploy-f/df-cli/releases/download/v0.2/df.exe -OutFile df.exe
🐧 on generic linux
$ curl -LO https://github.com/deploy-f/df-cli/releases/download/v0.2/df
Via nuget on any platform
dotnet tool install --global Deployf.Cli
Usage
Set the token
Go to https://v2.d-f.pw/id/Manage/ListPersonalTokens and create a prsonal token.
When you have the token, you can save it locally via df init $TOKEN
command.
Or use the TOKEN
environment to pass the token. Instead environment variable
you can use --token $TOKEN
key.
how to build an exe
# building for windows
$ dotnet publish -c Release -r win-x64 -o publish \
-p:PublishSingleFile=true --self-contained \
-p:SelfContained=true -p:PublishTrimmed=true
# building for linux
$ dotnet publish -c Release -r linux-x64 -o publish \
-p:PublishSingleFile=true --self-contained \
-p:SelfContained=true -p:PublishTrimmed=true
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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.