# Load example system.
load-example --nsleds 3 --ndisks-per-sled 3

# Print out the current blueprint.
blueprint-show latest

# Create a new blueprint without any changes.
blueprint-edit latest noop

# Print out the new blueprint.
blueprint-show latest

# Diff the new blueprint against its parent.
blueprint-diff latest
