We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72e722 commit f91a880Copy full SHA for f91a880
main.ts
@@ -6,7 +6,7 @@ import { createInviteCodeCmd } from "./create_invite_code.ts";
6
const cmd = new Command()
7
.name("pdsman")
8
.description("A simple ATProto PDS administration tool.")
9
- .version("v0.1.0")
+ .version("v0.2.0")
10
.globalOption("-s, --server <server:string>", "The PDS to connect to.", { default: 'http://localhost:2583' })
11
.globalOption("-p, --admin-password <adminPassword:string>", "The admin password for the PDS.", {
12
default: Deno.env.get("PDS_ADMIN_PASSWORD") ?? undefined,
0 commit comments