From 0bf5953f2d7ef41cf6916272a9380e6431ef02ba Mon Sep 17 00:00:00 2001 From: npateriya Date: Fri, 1 Jul 2016 15:56:55 -0700 Subject: [PATCH] --fast incorrect in learning lab --- labs/shipped-cli-labs/3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/shipped-cli-labs/3.md b/labs/shipped-cli-labs/3.md index 80a00a2..30ab93e 100644 --- a/labs/shipped-cli-labs/3.md +++ b/labs/shipped-cli-labs/3.md @@ -5,9 +5,9 @@ One of the most important features of Shipped is the ability to import a project 1. Change to the directory where you want to place the project and service. -1. Issue the local bootstrap command, and provide the name of the project to be bootstrapped. You can add the --fast flag to speed up the bootstrap process by skipping VM and container deployment. +1. Issue the local bootstrap command, and provide the name of the project to be bootstrapped. - shipped lcl bootstrap TestProject --fast + shipped lcl bootstrap TestProject **Note**: You can abbreviate any commands by truncating them to the minimum length necessary for unambiguous specification. Shipped provides detailed output of the bootstrap progress: