Update README.md

This commit is contained in:
Ian 2013-08-08 15:53:29 -07:00
parent 0c6a2ae452
commit 2dd2d50781
1 changed files with 7 additions and 1 deletions

View File

@ -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?