# Update

<div className="cli-command">
  {<pre>Usage: settlemint platform update|u [options] [command]<br /><br />Update a resource in the SettleMint platform<br /><br />Options:<br />  -h, --help                            display help for command<br /><br />Commands:<br />  custom-deployment|cd [options] &lt;tag&gt;  Update a custom deployment in the<br />                                        SettleMint platform<br />  help [command]                        display help for command<br /></pre>}
</div>

## Custom deployment

<div className="cli-command">
  {<pre>Usage: settlemint platform update custom-deployment|cd <br />Examples:<br /><br />  # Update a custom deployment<br />  $ settlemint custom-deployment update v1.0.0<br /><br />  # Update a custom deployment with a specific unique name<br />  $ settlemint custom-deployment update v1.0.0 --unique-name my-custom-deployment<br /><br />Update a custom deployment in the SettleMint platform<br /><br />Arguments:<br />  tag                         The tag to update the custom deployment to<br /><br />Options:<br />  --unique-name &lt;uniqueName&gt;  The unique name of the custom deployment to<br />                              update. If not provided, will use<br />                              SETTLEMINT_CUSTOM_DEPLOYMENT from env<br />  --prod                      Connect to your production environment<br />  --wait                      Wait for the custom deployment to be redeployed<br />  -h, --help                  display help for command<br /></pre>}
</div>
