We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136b723 commit f08029eCopy full SHA for f08029e
1 file changed
qfieldcloud_sdk/cli.py
@@ -459,6 +459,7 @@ def job_status(ctx: Context, job_id):
459
else:
460
log(f'Job status for {job_id}: {status["status"]}')
461
462
+
463
@cli.command(short_help="Push a delta file to a project.")
464
@click.argument("project_id")
465
@click.argument("delta_filename", type=click.Path(exists=True))
0 commit comments