Skip to content

Commit

Permalink
Update spin provision command with user option
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Jan 8, 2024
1 parent 200bc7d commit 971324b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/content/docs/4.command-reference/provision.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provision and set up your inventory of servers. This command requires you have
label: Usage for "spin provision"
---
```bash
spin provision
spin provision [-u|--user <user>]
```
::

Expand All @@ -26,5 +26,11 @@ Before you execute this command, you should have the following completed:
- The `.spin.yml` file should be configured
- The `.spin-inventory.ini` file should properly be configured

## Options
The following options are available to set when running this command.
| Option | Short | Default | Description |
| --- | --- | --- | --- |
| `--user` | `-u` | `root` | The user to SSH into the server with. |

## Learn More
[Configuring your servers for "spin provision" →](/docs/guide/preparing-your-servers-for-spin)

0 comments on commit 971324b

Please sign in to comment.