Currently, if you rename an offer in rofl-provider.yaml it deletes the offer and creates a new one. This is confusing because existing machines are not associated with a living offer ID anymore although the specs are the same. Add support for renaming the existing offer and keeping the ID.
For example
oasis rofl provider rename-offer <old_name> <new_name>
Then this issues a normal update transaction and just assigns a new name.
Currently, if you rename an offer in
rofl-provider.yamlit deletes the offer and creates a new one. This is confusing because existing machines are not associated with a living offer ID anymore although the specs are the same. Add support for renaming the existing offer and keeping the ID.For example
Then this issues a normal
updatetransaction and just assigns a new name.