Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
org docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jason McCallister <[email protected]>
  • Loading branch information
jasonmccallister committed Apr 16, 2020
1 parent e82680d commit 7ced0d3
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,17 @@ The following commands will help you manage your virtual server.
- [`context`](#context)
- [`info`](#info)
- [`logs`](#logs)
- [`ssh`](#ssh)
- [`stop`](#stop)
- [`machine create`](#destroy)
- [`machine destroy`](#destroy)
- [`mount`](#mount)
- [`machine create`](#machine-create)
- [`machine destroy`](#machine-destroy)
- [`redis`](#redis)
- [`self-update`](#self-update)
- [`ssh`](#ssh)
- [`stop`](#stop)
- [`update`](#update)
- [`xdebug`](#xdebug)
- [`xdebug configure`](#xdebug-configure)
- [`xdebug on`](#xdebug-on)
- [`xdebug off`](#xdebug-off)

> Note: these examples use a custom config file `nitro-example.yaml`. If you’d like to use Nitro’s default server name (`nitro-dev`), you can skip adding the `--machine` argument.
Expand Down Expand Up @@ -296,6 +299,14 @@ This launches a Redis console shell for the `diesel` machine:
nitro redis
```

### `self-update`

Perform updates to the nitro CLI.

```bash
nitro self-update
```

### `update`

Performs system updates (e.g. `sudo apt get update && sudo apt upgrade -y`).
Expand Down

0 comments on commit 7ced0d3

Please sign in to comment.