qwikstart.operations.edit_json module¶
-
class
qwikstart.operations.edit_json.Operation(local_context: Optional[Mapping[str, Any]] = None, opconfig: Optional[Dict[str, Any]] = None, description: str = '')¶ Bases:
qwikstart.operations.base.BaseOperationOperation to edit json by merging data into existing json data.
See https://qwikstart.readthedocs.io/en/latest/operations/edit_json.html
-
name: str = 'edit_json'¶
-
static
on_dry_run(file_path: pathlib.Path, merge_data: Dict[str, Any]) → None¶
-
run(context: qwikstart.operations.edit_json.Context) → None¶ Override with action
-