shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
39 lines (26 loc) • 917 B
Markdown
# Command: `login`
## Description
Authenticate - will create a new account if one does not exist.
:::info
ShipThis is a cloud build command-line tool. To enable this, you need to create
an account. There is also a [web dashboard](https://shipth.is/dashboard) where
you can view details of your games.
:::
## Example
[](https://asciinema.org/a/jPd9Mqafw98hEj4KEtkZod3ny)
## Help Output
```help
USAGE
$ shipthis login [-e <value>] [-f] [--acceptAgreements]
FLAGS
-e, --email=<value> Your email address
-f, --force
--acceptAgreements Accept the current version of the agreements (terms &
privacy).
DESCRIPTION
Authenticate - will create a new account if one does not exist.
EXAMPLES
$ shipthis login
$ shipthis login --force --email me@email.nowhere
$ shipthis login --acceptAgreements
```