Skip to content

Commit d700024

Browse files
committed
feat: adds conda, cargo, go, and huggingface to list of upstreams
1 parent ba3224e commit d700024

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

cloudsmith_cli/cli/commands/upstream.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,23 @@
1717
from .main import main
1818

1919
UPSTREAM_FORMATS = [
20+
"cargo",
21+
"conda",
22+
"cran",
2023
"dart",
2124
"deb",
2225
"docker",
26+
"go",
2327
"helm",
28+
"hex",
29+
"huggingface",
2430
"maven",
25-
"nuget",
2631
"npm",
32+
"nuget",
2733
"python",
2834
"rpm",
2935
"ruby",
30-
"cran",
3136
"swift",
32-
"hex",
3337
]
3438

3539

0 commit comments

Comments
 (0)