Skip to content

Commit

Permalink
README.md: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed May 23, 2024
1 parent 41f3250 commit 8562c75
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ It's under heavy development phase and specification could be changed in the nea

Incoming...

## TODO for the first release

- [x] Integrate SFTP sync
- [x] Complete support of Private Key with Password
- [ ] Cleanup logging
- [ ] CD/CI integration

## Getting Started

The file `.ssh-compose.yml` contains the rules about `ssh-compose` reads and loads the environments and projects.
Expand Down Expand Up @@ -137,6 +130,22 @@ $> ssh-compose shell node1
```

### Push files/directory to a remote node

```bash
$> ssh-compose push <remote> ./local-path/ /remote-path/
```

### Pull files/directory from a remote node to a local path

```bash
$> ssh-compose pull <remote> ./remote-path/ /local-path/
```

### Show list of the project

```bash
Expand Down

0 comments on commit 8562c75

Please sign in to comment.