From a28e5651e67800067e20986abf305c3fd2f9185d Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 19 Sep 2025 11:03:39 +0100 Subject: [PATCH] Rename tg-update-collection to tg-set-collection --- trustgraph-cli/pyproject.toml | 2 +- .../trustgraph/cli/{update_collection.py => set_collection.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename trustgraph-cli/trustgraph/cli/{update_collection.py => set_collection.py} (100%) diff --git a/trustgraph-cli/pyproject.toml b/trustgraph-cli/pyproject.toml index 06b1e303..70b0a1b8 100644 --- a/trustgraph-cli/pyproject.toml +++ b/trustgraph-cli/pyproject.toml @@ -87,7 +87,7 @@ tg-get-config-item = "trustgraph.cli.get_config_item:main" tg-put-config-item = "trustgraph.cli.put_config_item:main" tg-delete-config-item = "trustgraph.cli.delete_config_item:main" tg-list-collections = "trustgraph.cli.list_collections:main" -tg-update-collection = "trustgraph.cli.update_collection:main" +tg-set-collection = "trustgraph.cli.set_collection:main" tg-delete-collection = "trustgraph.cli.delete_collection:main" [tool.setuptools.packages.find] diff --git a/trustgraph-cli/trustgraph/cli/update_collection.py b/trustgraph-cli/trustgraph/cli/set_collection.py similarity index 100% rename from trustgraph-cli/trustgraph/cli/update_collection.py rename to trustgraph-cli/trustgraph/cli/set_collection.py