From 2dd2d507813fe9d9b200f301eb5d2be9c358fab9 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 8 Aug 2013 15:53:29 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e105ae..aa1423d 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ from there you just execute one of the deploy commands. atf target activate sandbox # Deploy to sandbox atf deploy project + # Deploy a single file + atf deploy file src/classes/MyClass.cls + # Run a test class + atf deploy test src/classes/MyClassTest.cls + # Retrieve a single file + atf retrieve file src/objects/Opportunity.object More advanced documentation can be found by running any of the `help` commands. @@ -50,7 +56,7 @@ It takes a file of the format: src/classes/MyClass.cls src/triggers/MyTrigger.trigger -You can generate a file like this using `git diff --no-commit-id --name-only` or possibly the script included +You can generate a file like this using `git diff --no-commit-id --name-only` or the script included in the `examples` directory. Why This Over Metaforce?