simple-salesforce-deploy-sandbox-positional-arg

SfdcMetadataApi.deploy() requires sandbox as the 2nd positional argument (not a kwarg). Missing it causes silent misrouting of deployments. The value must be derived from org config: api_client.org_configs[org_alias]['type'] == 'sandbox'.