From 0e9cd5caa9f7c26c44ed38c079c09f8ae6b6655a Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Tue, 27 Oct 2015 18:35:37 -0700 Subject: [PATCH] Remove push -m from the docs --- website/source/docs/command-line/push.html.markdown | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/source/docs/command-line/push.html.markdown b/website/source/docs/command-line/push.html.markdown index 57ea58cf0..003f52c12 100644 --- a/website/source/docs/command-line/push.html.markdown +++ b/website/source/docs/command-line/push.html.markdown @@ -34,10 +34,6 @@ configuration using the options below. ## Options -- `-message` - A message to identify the purpose or changes in this Packer - template much like a VCS commit message. This message will be passed to the - Packer build service. This option is also available as a short option `-m`. - - `-token` - Your access token for the Atlas API. -> Login to Atlas to [generate an Atlas @@ -59,7 +55,7 @@ you can also use `-token` on the command line. Push a Packer template: ``` {.shell} -$ packer push -m "Updating the apache version" template.json +$ packer push template.json ``` Push a Packer template with a custom token: