···116116Running against local typescript PDS in `dev-env` mode:
117117118118 # as "alice" user
119119- go run ./cmd/gosky/ --pds http://localhost:2583 createSession alice.test hunter2 > bsky.auth
119119+ go run ./cmd/gosky/ --pds-host http://localhost:2583 account create-session alice.test hunter2 > bsky.auth
120120121121The `bsky.auth` file is the default place that `gosky` and other client commands will look for auth info.
122122