Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 12, 2023
1 parent cd71dff commit 7528b15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0

- Cleanup

## 0.0.8

- Cleanup
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [deploymentdelete] ♻️

This utility deletes deployments older than 7 days for Cloudflare Pages.
This utility deletes all deployments older than 7 days in your Cloudflare Pages account.

## Installation

Expand All @@ -14,8 +14,6 @@ npm install -g deploymentdelete
DeploymentDelete -e [email protected] -i accountId -k accountKey
```

DeploymentDelete will now delete all deployments associated with the account.

> **Note**
>
> This will not delete your last running deployment.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "deploymentdelete",
"version": "0.0.8",
"version": "0.1.0",
"private": false,
"description": "♻️ Deletes all Cloudflare deployments associated an account.",
"description": "♻️ Deletes all Cloudflare deployments associated with an account.",
"keywords": [
"cloudflare",
"delete",
Expand Down

0 comments on commit 7528b15

Please sign in to comment.