trm-client 10.0.3 → 10.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.txt
CHANGED
|
@@ -88,9 +88,7 @@ Registry.metadata = [
|
|
|
88
88
|
options: [
|
|
89
89
|
(0, helpers_1.option)("-E, --registry-endpoint <endpoint>", { name: "registryEndpoint", label: "Registry endpoint", description: "Endpoint URL for the registry." })
|
|
90
90
|
],
|
|
91
|
-
requirements: {
|
|
92
|
-
requiresRegistry: true
|
|
93
|
-
}
|
|
91
|
+
requirements: {}
|
|
94
92
|
},
|
|
95
93
|
{
|
|
96
94
|
id: "registry:rm",
|
|
@@ -104,11 +102,7 @@ Registry.metadata = [
|
|
|
104
102
|
arguments: [
|
|
105
103
|
(0, helpers_1.argument)(0, { name: "registryName", cliName: "registry name", label: "Registry name", description: `Registry alias to remove. "${trm_core_1.PUBLIC_RESERVED_KEYWORD}" and "${trm_core_1.LOCAL_RESERVED_KEYWORD}" are protected and cannot be deleted.` })
|
|
106
104
|
],
|
|
107
|
-
options: [
|
|
108
|
-
|
|
109
|
-
],
|
|
110
|
-
requirements: {
|
|
111
|
-
requiresRegistry: true
|
|
112
|
-
}
|
|
105
|
+
options: [],
|
|
106
|
+
requirements: {}
|
|
113
107
|
}
|
|
114
108
|
];
|