Monday, May 13, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 972  / 2 Years ago, fri, july 15, 2022, 5:42:46

Is there a way with juju commands to clear the juju charm cache for a particular charm from a running bootstrap node?



I'm writing a charm and for during development when I've made changes to a charm but don't commit a revision update I want to be able to iterate quicker.


More From » juju

 Answers
1

You can use the -u option to juju deploy to speed iteration during development of your charms:



  -u, --upgrade         Deploy the charm on disk, increments revision if
needed


e.g.,



juju deploy -u charm-name

[#32409] Sunday, July 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ideobedi

Total Points: 121
Total Questions: 108
Total Answers: 107

Location: United States Minor Outlying Island
Member since Sat, May 28, 2022
2 Years ago
;