Skip to content

Simple utility to execute Kudu commands via the SignalR channel. Suitable for executing long-running commands.

Notifications You must be signed in to change notification settings

breezewish/KuduCommandSignalR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KuduCommandSignalR

Simple utility to execute Kudu commands via the SignalR channel. Suitable for executing long-running commands.

Pros:

  • Steaming command output in real time.
  • No timeout limit (HTTP API has ~230s hard limit).

Cons:

  • Can't know the exit code.

TODO:

  • Support .Net Core

Usage

KuduCommandSignalR.exe [host] [username] [password] [command]

For example:

KuduCommandSignalR.exe
	my-website.scm.chinacloudsites.cn
	$my-website
	SOME_FUZZY_PASSWORD_HERE
	"cd D:\home\site\wwwroot\ && npm install"

License

MIT

About

Simple utility to execute Kudu commands via the SignalR channel. Suitable for executing long-running commands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages