1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 23:32:40 +01:00
phorge-phorge/src/applications/transactions/bulk
epriestley 8bffc9ea0e In "bin/bulk export", require "--output <path>" by default
Summary:
Depends on D19743. Ref T13210. Since this command can easily dump a bunch of binary data (or just a huge long blob of nonsense) to stdout, default to requiring "--output <file>".

Using `--output -` will print to stdout.

Test Plan: Ran with: no `--output`, `--output file`, `--output -`, `--output - --overwrite`. Got sensible results or errors in all cases.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13210

Differential Revision: https://secure.phabricator.com/D19744
2018-10-11 13:35:16 -07:00
..
management In "bin/bulk export", require "--output <path>" by default 2018-10-11 13:35:16 -07:00
type Support bulk edit of "points" for Maniphest tasks 2018-01-22 11:59:52 -08:00
PhabricatorBulkEditGroup.php Organize bulk edit actions into nice groups 2018-01-19 13:22:25 -08:00
PhabricatorBulkEngine.php Document how webhooks work 2018-02-09 13:57:19 -08:00
PhabricatorEditEngineBulkJobType.php Allow bulk edits to be made silently if you have CLI access 2018-01-19 13:24:54 -08:00