Deployf.Cli 0.5.0

dotnet tool install --global Deployf.Cli --version 0.5.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.5.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Deployf.Cli&version=0.5.0
nuke :add-package Deployf.Cli --version 0.5.0

Deployf Cli

Installation

🪟 via powershell

> Invoke-WebRequest -Uri https://github.com/deploy-f/df-cli/releases/download/v0.5/deployf.exe -OutFile df.exe

🐧 on generic linux

$ curl -LO https://github.com/deploy-f/df-cli/releases/download/v0.5/deployf

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 deployf 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 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.

Version Downloads Last updated
0.5.0 476 2/13/2022
0.4.0 408 2/13/2022
0.3.2 402 2/13/2022
0.3.1 468 2/13/2022
0.3.0 409 2/13/2022