Skip to content

[SOZO] migrate plan/dry_run does nothing #1468

@itzlambda

Description

@itzlambda

when this is true sozo should perform a dry run of migration but currently its not being used.

#[arg(short, long)]
#[arg(help = "Perform a dry run and outputs the plan to be executed.")]
pub plan: bool,


#Edit

To tackle this issue, the idea is would be to introduce the dry-run flag in the ops related to migration here in sozo.

By having the dry-run passed as argument during the migration, sozo could output the operations, without actually doing them.

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions