mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-24 08:06:27 +00:00
Change name of Yaml Settings file
This commit is contained in:
parent
4ba47ac90a
commit
ee5b824abc
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
|||||||
atf.yaml
|
atf.yaml
|
||||||
|
abusetheforce.yaml
|
||||||
|
.atf.yaml
|
||||||
|
.abusetheforce.yaml
|
||||||
*.gem
|
*.gem
|
||||||
|
17
README.md
17
README.md
@ -6,12 +6,25 @@ multiple orgs as well as simpler setup for use as a pseudo compiler
|
|||||||
|
|
||||||
Features
|
Features
|
||||||
========
|
========
|
||||||
* Many
|
* Soon...
|
||||||
|
|
||||||
Why not Metaforce?
|
Usage
|
||||||
|
=====
|
||||||
|
Soon...
|
||||||
|
|
||||||
|
Why This Over Metaforce?
|
||||||
==================
|
==================
|
||||||
* Vim and Sublime plugins (coming soon...)
|
* Vim and Sublime plugins (coming soon...)
|
||||||
* Command line configuration management
|
* Command line configuration management
|
||||||
* Options for deploying or retrieving a sigle file
|
* Options for deploying or retrieving a sigle file
|
||||||
* Encrypted Passwords coming soon
|
* Encrypted Passwords coming soon
|
||||||
|
|
||||||
|
Installation
|
||||||
|
============
|
||||||
|
Must have ruby 1.9 and gem installed
|
||||||
|
|
||||||
|
git clone git://github.com/ViViDboarder/abuse-the-force.git
|
||||||
|
cd abuse-the-force
|
||||||
|
gem build abusetheforce.gemspec
|
||||||
|
gem install abusetheforce-X.X.X.gem # make sure the proper version is present
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ module AbuseTheForce
|
|||||||
class Atf_Config
|
class Atf_Config
|
||||||
class << self
|
class << self
|
||||||
attr_accessor :targets, :active_target, :src
|
attr_accessor :targets, :active_target, :src
|
||||||
SETTINGS_FILE="./atf.yaml"
|
SETTINGS_FILE="./.abusetheforce.yaml"
|
||||||
|
|
||||||
# Loads configurations from yaml
|
# Loads configurations from yaml
|
||||||
def load()
|
def load()
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module AbuseTheForce
|
module AbuseTheForce
|
||||||
VERSION = '0.0.0'
|
VERSION = '0.0.1'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user