Hello
Is it possible to detect or evaluate a change from Incus command cli or incus api ?
That will be a great advant for DevOPS.
I am don’t understand the impact on code to update a change status !
Blockquote
status from
Hello
Is it possible to detect or evaluate a change from Incus command cli or incus api ?
That will be a great advant for DevOPS.
I am don’t understand the impact on code to update a change status !
Blockquote
status from
No and in many cases, Incus doesn’t actually know either, so exposing that at the API level would need a LOT of work across the entire codebase.
In general we tend to push folks towards our Terraform provider for that as while it still uses the same Incus API, it effectively handles the state tracking and comparison itself, showing you whether any changes are needed and what those would be.