ernoaapa / eliot

Open source system for managing containerized applications in IoT device
https://docs.eliot.run
Apache License 2.0
269 stars 20 forks source link

Split 'eli create --image' to 'eli create pod' command #17

Closed ernoaapa closed 6 years ago

ernoaapa commented 6 years ago

Previously you were able to create pod with command eli create --image. This felt unconsistent with other commands so splitted the command so that now there's two commands: eli create --file to create all resources in the file and eli create pod --image which creates single pod with given container.