# Login

<div className="cli-command">
  {<pre>Usage: settlemint login <br />Examples:<br /><br />  # Login to your SettleMint account<br />  $ settlemint login<br /><br />  # Login to your SettleMint account using a token from STDIN<br />  $ cat ~/my_token.txt | settlemint login --token-stdin --accept-defaults<br /><br />Login to your SettleMint account.<br /><br />Options:<br />  -a, --accept-defaults      Accept the default and previously set values<br />  --token-stdin              Provide a token using STDIN<br />  -i, --instance &lt;instance&gt;  The instance to login to (defaults to the instance<br />                             in the .env file)<br />  -h, --help                 display help for command<br /></pre>}
</div>
