# mokucli login
Interactive sign-in and initial Security Token Service (STS) minting; caches credentials locally.
After signing in, the CLI retrieves a temporary authentication token from the Security Token Service (STS). This token is stored locally and used for future mokucli commands.
# Usage
$ mokucli login [OPTIONS]
1
# Options
--help: Show this message and exit
# Examples
# login to your Moku Compile account
$ mokucli login
1
2
2
# Output
# login to your Moku Compile account
$ mokucli login
ℹ Opening browser to sign in…
https://auth.liquidinstruments.com/oauth2/authorize?response_type=code&
client_id=cf3d&redirect_uri=http%&scope=openid+email+offline_access&state=uZSs0
&code_challenge=PT4Bq&code_challenge_method=S256&audience=cf3d2
If your browser did not open automatically, please copy the link above into your
browser to complete the login.
✓ Signed in as indira@liquidinstruments.com
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10