Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 841184d

Browse files
authored
Update README.md
1 parent de38f2c commit 841184d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ A `dotnet` CLI extension that enables quick deployments over SSH. This program w
1111
**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**
1212

1313
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
1616

1717
## Installation
1818
As of now, CLI does not allow command line installation so you'll need to modify your csproj manually.

0 commit comments

Comments
 (0)