Skip to content

Commit

Permalink
Merge pull request #75 from hostilenode/master
Browse files Browse the repository at this point in the history
Added axiom-scp to the command list.
  • Loading branch information
pry0cc committed Aug 31, 2020
2 parents 8b6674f + c3ba4af commit 6e0fcdf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,14 @@ Personally, I have this mapped to a keybinding with `termite -e axiom-connect`,
## `axiom-ls`
`axiom-ls` is used to list your current instances (and any other droplets you have running).

It requries no arguments.
It requires no arguments.


## `axiom-rm`
`axiom-rm` is used to remove a machine, if you have a machine initalised, you can completely rm it by using `axiom-rm <instance>`
`axiom-rm` is used to remove a machine, if you have a machine initalised, you can completely rm it by using `axiom-rm <instance>`.

## `axiom-scp`
`axiom-scp` allows copying files between the host and the target machine, wrapping the traditional `scp` command but you can use the machine name instead. For example: `axiom-scp file.txt noyce-14:file.txt` will copy your local file.txt to your `noyce-14` machine.

## `axiom-vpn`
`axiom-vpn` is used for connecting to a deploy openvpn server (using the deployment script).
Expand Down

0 comments on commit 6e0fcdf

Please sign in to comment.