mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-06 21:45:24 +01:00
Refactor: `atomic update` `atomic update --container` `atomic update --container --rollback` To: `atomic images update` `atomic containers update` `atomic containers rollback` And update corresponding tests, docs and auto-complete. Much like other image commands (info, verify), the base verb is hidden but still available for use. Move update functionality from atomic.py to update.py, and use new backendutils to abstract. Signed-off-by: Yu Qi Zhang <jerzhang@redhat.com> Closes: #773 Approved by: rhatdan