cli: up: restored result display
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
f5afb97d03
commit
a24dbef0b7
@ -31,7 +31,7 @@ var upCmd = &cobra.Command{
|
|||||||
state := common.GetCurrentDeploymentState(ctx, store)
|
state := common.GetCurrentDeploymentState(ctx, store)
|
||||||
|
|
||||||
// TODO: Implement options: --no-cache
|
// TODO: Implement options: --no-cache
|
||||||
common.DeploymentUp(ctx, state, false)
|
common.DeploymentUp(ctx, state, true)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user