Files
clan-core/pkgs/clan-cli/clan_cli
Louis Opter ef5ad09b2d clan-cli: add delete and delete_store to StoreBase
- `delete` lets you delete a specific var under a specific generator;
- `delete_store` deletes an entire store.

The `delete` method could be useful to "garbage-collect" unused vars as
a machine's configuration changes.

The `delete_store` method can be used to delete all the vars for a
machine when the machine is deleted. The current behavior is to leave
everything behind.

Important point:

- `delete_store` needs to be idempotent because public and
  "private"/"secret" vars for a machine can share the same physical
  store (directory), and deleting either type of store (public or
  private) will delete both.
2025-03-19 10:53:38 +00:00
..
2024-10-08 17:51:55 +00:00
2025-03-18 15:34:06 +01:00
2025-01-11 01:39:41 +01:00
2025-02-17 00:22:14 +07:00
2025-01-06 20:14:24 +01:00
2025-01-14 15:30:29 +01:00
2025-01-14 15:30:29 +01:00
2024-12-25 22:51:53 +01:00
2024-12-03 17:15:28 +01:00