From 395a4545e3edf51a814508888716da18b9cdab1f Mon Sep 17 00:00:00 2001 From: yoonlight Date: Tue, 26 Apr 2022 23:44:11 +0900 Subject: [PATCH] docs(command): add specific provision command --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7576a57..6aa3d49 100644 --- a/README.md +++ b/README.md @@ -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 @@ -38,6 +45,7 @@ vagrant provision - [1] - [2] - [3] +- [4] ### Tutorial