We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3224e commit d700024Copy full SHA for d700024
1 file changed
cloudsmith_cli/cli/commands/upstream.py
@@ -17,19 +17,23 @@
17
from .main import main
18
19
UPSTREAM_FORMATS = [
20
+ "cargo",
21
+ "conda",
22
+ "cran",
23
"dart",
24
"deb",
25
"docker",
26
+ "go",
27
"helm",
28
+ "hex",
29
+ "huggingface",
30
"maven",
- "nuget",
31
"npm",
32
+ "nuget",
33
"python",
34
"rpm",
35
"ruby",
- "cran",
36
"swift",
- "hex",
37
]
38
39
0 commit comments