simple-salesforce-deploy-requires-sandbox-positional-arg

SfdcMetadataApi.deploy() requires a sandbox boolean as the 2nd positional argument — omitting it causes silent failure or TypeError. Determine from org config: api_client.org_configs[org_alias]["type"] == "sandbox". The fullcopy org uses alias sandbox but its type is "sandbox" in org_configs.