Skip to content

Commit

Permalink
Update dev-env-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobadair committed Feb 28, 2024
1 parent 2197dfc commit 613d2eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/dev-env-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,12 @@ You can examine the debug log using the ```juju debug-log``` command.
See the [test environment docs](https://github.com/catalogicsoftware/cloudcasa-charm/blob/master/docs/test-env-setup.md)
for more details.

To remove the agent and charm use the commands:

```bash
juju remove-application cloudcasa
juju destroy-model cloudcasa-system
```

Happy coding!

0 comments on commit 613d2eb

Please sign in to comment.