mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-24 10:56:32 +00:00
Update README.md
This commit is contained in:
parent
0c6a2ae452
commit
2dd2d50781
@ -32,6 +32,12 @@ from there you just execute one of the deploy commands.
|
|||||||
atf target activate sandbox
|
atf target activate sandbox
|
||||||
# Deploy to sandbox
|
# Deploy to sandbox
|
||||||
atf deploy project
|
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.
|
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/classes/MyClass.cls
|
||||||
src/triggers/MyTrigger.trigger
|
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.
|
in the `examples` directory.
|
||||||
|
|
||||||
Why This Over Metaforce?
|
Why This Over Metaforce?
|
||||||
|
Loading…
Reference in New Issue
Block a user