``` $ cat deposit-swh-metadata-only-xml swh info@swh.org ardumont Metadata only deposit tryout tryout 2020-12-15 2020-12-15 GNU General Public License v3.0 only https://forge.softwaerheritage.org/source/swh-deposit test python linux 1 0.0.1 $ swh deposit metadata-only --username swh --password $PASS \ --url https://deposit.staging.swh.network \ --metadata ../deposit-swh.metadata-only.xml \ --format json | jq . { "deposit_id": "35", "deposit_status": "done", "deposit_date": "Dec. 15, 2020, 11:37 a.m." } $ swh deposit status --url https://deposit.staging.swh.network \ --username swh \ --password $PASS \ --deposit-id 35 --format json | jq . { "deposit_id": "35", "deposit_status": "done", "deposit_status_detail": "The deposit has been successfully loaded into the Software Heritage archive", "deposit_swh_id": "swh:1:dir:3b276e18c9b1e70eb84068e3109c0945fc2404eb", "deposit_swh_id_context": "swh:1:dir:3b276e18c9b1e70eb84068e3109c0945fc2404eb", "deposit_external_id": null } ```