next-hat/nanocl

Feature: Force delete a namespace

Open

#237 opened on Apr 24, 2023

 (0 comments) (0 reactions) (0 assignees)Rust (51 forks)auto 404
cliclientdaemonenhancementgood first issuehacktoberfeststubs

Repository metrics

Stars
 (983 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. When deleting a namespace we should add a force option in the query to delete all cargoes and virtual machine existing in the namespace.

Additional context The command should look like this:

nanocl namespace rm -f my-namespace

Contributor guide