Skip to content

Commit

Permalink
[pivotal] Add Makefile targets for delete, delete-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Apr 5, 2024
1 parent 769708a commit dcf3fdd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pivotal-import/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
.PHONY : clean import import-apply initialize lint setup setup-dev test
.PHONY : clean delete delete-apply import import-apply initialize lint setup setup-dev test

clean:
rm -f data/states.csv data/users.csv data/shortcut_workflows.csv config.json

delete:
pipenv run python delete_imported_entities.py

delete-apply:
pipenv run python delete_imported_entities.py --apply

import: initialize
pipenv run python pivotal_import.py

Expand Down

0 comments on commit dcf3fdd

Please sign in to comment.