You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ A `dotnet` CLI extension that enables quick deployments over SSH. This program w
11
11
**If you came here looking for our old version of SSHDeploy please click [here](https://www.nuget.org/packages/SSHDeploy/), otherwise you are in the right place**
12
12
13
13
The following commands are currently available:
14
-
*`dotnet monitor` - Watches changes on a single file, if this event is raised then it proceeds to send the specified source path files over SSH
15
-
*`dotnet push` - Single-use command that transfers files over SSH
14
+
*`dotnet sshdeploy monitor` - Watches changes on a single file, if this event is raised then it proceeds to send the specified source path files over SSH
15
+
*`dotnet sshdeploy push` - Single-use command that transfers files over SSH
16
16
17
17
## Installation
18
18
As of now, CLI does not allow command line installation so you'll need to modify your csproj manually.
0 commit comments