----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
npx serverize auth
Description | Sign in, sign up, or sign out of your Serverize account |
---|
Usage | npx serverize auth [options] [command] |
Access Serverize by signing up for a new account using the auth signup command or logging in with the auth signin command if you already have an account. To disconnect, use the auth logout command.
Tip
Arguments or options enclosed in<>
are required, while those enclosed in []
are optional.
signin
Description | Sign in to your Serverize account |
---|
Usage | npx serverize auth signin [options] |
signup
Description | Sign up for a new Serverize account |
---|
Usage | npx serverize auth signup [options] |
signout
Description | Sign out of your Serverize account |
---|
Usage | npx serverize auth signout [options] |
whoami
Description | Show the currently authenticated user |
---|
Usage | npx serverize auth whoami [options] |