Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
367 changes: 354 additions & 13 deletions crates/node/src/commands/bump.rs

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion crates/node/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ pub(crate) mod bump;
pub use bump::bump_preview;
// Story 5.3: bumpApply
pub use bump::bump_apply;
// TODO: will be implemented on story 5.4 (bumpSnapshot)
// Story 5.4: bumpSnapshot
pub use bump::bump_snapshot;

// TODO: will be implemented on story 8.2-8.4 (upgrade commands)
pub(crate) mod upgrade;
Expand Down
Loading
Loading