Skip to content

Commit

Permalink
updated v0.5.2
Browse files Browse the repository at this point in the history
- Updated copy tool to allow for non mirrored copy
- Updated task and task cancel tools to account for states Pending and Cancelling
  • Loading branch information
samapriya committed Sep 25, 2020
1 parent 2e61a6e commit d34c8a4
Show file tree
Hide file tree
Showing 16 changed files with 410 additions and 339 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Required named arguments.:
```

### Task Query
This script counts all currently running, cancelled, ready and failed tasks and requires no arguments.
This script counts all currently running, cancelled, pending and failed tasks and requires no arguments.

```
> geeadd tasks -h
Expand All @@ -196,7 +196,7 @@ optional arguments:
-h, --help show this help message and exit
Required named arguments.:
--tasks TASKS You can provide tasks as running or ready or all or even a
--tasks TASKS You can provide tasks as running or pending or all or even a
single task id
```

Expand Down Expand Up @@ -282,6 +282,10 @@ Required named arguments.:

### Changelog

### v0.5.2
- Updated copy tool to allow for non mirrored copy
- Updated task and task cancel tools to account for states Pending and Cancelling

### v0.5.1
- Updated quota tool to handle GCP projects inside GEE
- Updated Folder size reporting
Expand Down
Binary file removed dist/geeadd-0.5.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/geeadd-0.5.1.tar.gz
Binary file not shown.
Binary file added dist/geeadd-0.5.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/geeadd-0.5.2.tar.gz
Binary file not shown.
Loading

0 comments on commit d34c8a4

Please sign in to comment.