Class: Pvectl::Commands::EditContainer

Inherits:
Object
  • Object
show all
Includes:
EditResourceCommand
Defined in:
lib/pvectl/commands/edit_container.rb

Overview

Handler for the ‘pvectl edit container` command.

Includes EditResourceCommand for shared workflow and overrides template methods with container-specific behavior.

Examples:

Basic usage

pvectl edit container 200

With custom editor

pvectl edit container 200 --editor nano

Dry-run mode

pvectl edit container 200 --dry-run

Method Summary

Methods included from EditResourceCommand

#execute, included, #initialize