We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2fb4a commit be3818cCopy full SHA for be3818c
README.md
@@ -77,3 +77,31 @@ $ curl -u admin1:this-is-passwd-1 -Fc=@/path/to/file example-pb.com
77
"isPrivate": false
78
}
79
```
80
+
81
+## Administration
82
+Delete a paste:
83
+```console
84
+$ yarn delete-paste <name-of-paste>
85
+```
86
87
+List pastes:
88
89
+$ yarn wrangler kv:key list --binding PB > kv_list.json
90
91
92
+## Development
93
94
+Run a local simulator:
95
96
+$ yarn dev
97
98
99
+Run tests:
100
101
+$ yarn test
102
103
104
+Run tests with coverage report:
105
106
+$ yarn coverage
107
0 commit comments