Skip to content

Commit

Permalink
docs: Add info about cli utils on ec2 nodes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomaszewski authored and krisdante committed Nov 26, 2020
1 parent f850b11 commit 71cf873
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,20 @@ across internal creativestyle services thus any leftovers have been removed
to avoid confusion. New documentation will start appearing shortly as part
of this repository succesively.

## Utilities

### SSH utils on an ec2 node
### Available CLI commands on EC2 nodes

```sh
mageops-env # prints mageops env vars

mageops-sys-status
mageops-sys-status # prints general info about cpu, io, memory, running processes

mageops-consumers # prints ongoing magento queue consumer processes

magcd # `cd` into magento directory
mag # `cd` into magento directory and runs `bin/magento`
magcf # runs `bin/magento cache:flush`
```

<p align="right">
Expand Down

0 comments on commit 71cf873

Please sign in to comment.