man/cide.1.md in cide-0.7.0 vs man/cide.1.md in cide-0.8.0
- old
+ new
@@ -23,10 +23,13 @@
folder and takes its content to build a temporary Dockerfile that imports all
of the current directory's structure, builds an image with it and then runs a
container from it that executes the specified tests. See the cide.yml(1) man
page for the structure of that file.
+Cide can also be used to package and upload projects after they have been
+built. See cide-package(1) for more information.
+
OPTIONS
-------
These are global options that set the behavior of all commands.
@@ -43,16 +46,23 @@
Skip files that already exist
COMMANDS
--------
-*cide build* [<*options*>]
+*cide exec* [<*options*>]
Builds an image and executes the run script. This is the default command
when none is provided.
- See cide-build(1)
+ See cide-package(1)
+*cide package* [<*options*>]
+ Packages a directory that resulting from a run script. Can also upload the
+ package to Amazon s3.
+
+ See cide-package(1)
+
+
*cide clean* [<*options*>]
Removes old containers.
See cide-clean(1)
@@ -88,9 +98,25 @@
*DOCKER_CERT_PATH*
The location of your authentication keys.
*DOCKER_TLS_VERIFY*
When set Docker uses TLS and verifies the remote.
+
+
+The following environment variables are used by the Amazon `s3` SDK to
+authenticate, and should be set by the user. See also
+http://docs.aws.amazon.com/sdkforruby/api/index.html.
+
+*AWS_ACCESS_KEY_ID*
+*AWS_SECRET_ACCESS_KEY*
+ The Amazon key id and access key (see
+ http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html)
+
+*AWS_REGION*
+ The Amazon region (e.g. `us-east-1`)
+
+*AWS_BUCKET*
+ Your bucket's name
CONTRIBUTE
----------
Bug reports, contributions and forks are welcome.