Sha256: 533f9b35cea4c17c83e3c07fa3567972fcea171c5c18f89d4c8b080f3198282a

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 Bytes

Contents

.PHONY: insert
insert:
	bundle exec exe/yasd insert -f examples/accounts.csv \
	  -c examples/config.rb \
	  -o Account \
	  -m examples/account.sdl.yml \
	  -C examples/account.cvt.rb

.PHONY: export
export:
	bundle exec exe/yasd export \
	  -c examples/config.yml \
	  -q "SELECT Id, Name FROM Message__c"

.PHONY: rubocop
rubocop:
	bundle exec rubocop -a

.PHONY: test
test:
	bundle exec rspec

.PHONY: build
build:
	docker build -t tzmfreedom/yasd .

.PHONY: release
release:
	bundle exec rake release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yasd-0.1.1 Makefile