Apply
The apply commands effectively deploys the resources. It first finds out which resources has to be deployed by running the plan command. The user is prompted to confirm the plan.
Command
gc apply
Screencast
Command options
gc help apply
Usage: gc apply|a [options]
Apply the plan, a.k.a deploy the resources
Options:
-f, --force force deploy, will not prompt user
-h, --help display help for command
alias
The command alias is a
gc a
force
The force option to not prompt the user to apply the plan
gc apply --force