Skip to content

Commit

Permalink
docs(command): add specific provision command
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonlight committed Apr 26, 2022
1 parent fda57ed commit 395a454
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ vagrant up --provision
vagrant provision
```

- provison specific scirpt [4]

```shell
# ex) master.vm.provision "helm", type: "shell", path: "script/helm.sh"
vagrant provision master --provision-with helm
```

## Todo

- [x] init vagrant
Expand All @@ -38,6 +45,7 @@ vagrant provision
- [1] <https://www.vagrantup.com/docs/vagrantfile>
- [2] <https://www.vagrantup.com/docs/cli>
- [3] <https://stackoverflow.com/questions/11161577/which-command-to-get-vagrantfile-changes-on-an-instance>
- [4] <https://github.com/hashicorp/vagrant/issues/11287>

### Tutorial

Expand Down

0 comments on commit 395a454

Please sign in to comment.