canonical / jhack

Chock-full of Juju hackery.
Apache License 2.0
48 stars 23 forks source link

[feature request] imatrix export/import #161

Closed PietroPasotti closed 1 month ago

PietroPasotti commented 1 month ago
jhack imatrix view --export ./imatrix.status

# mutate stuff however you like
jhack imatrix clear
juju relate foo bar
jhack imatrix fill 

jhack imatrix fill --import ./imatrix.status
PietroPasotti commented 1 month ago

this itch has been scratched by #166