You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/developer-tools/cli.mdx
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,28 +69,6 @@ brew upgrade cloudsmith-cli
69
69
70
70
For issues with the tap, please open a [GitHub issue](https://github.com/cloudsmith-io/homebrew-cloudsmith-cli/issues/new) or contact [support@cloudsmith.io](mailto:support@cloudsmith.io).
71
71
72
-
### Installing on Windows
73
-
74
-
The instructions below detail how to install the Cloudsmith CLI using [chocolatey](https://chocolatey.org/):
75
-
76
-
1. Click Start on your Windows machine and type “powershell“
77
-
2. Right-click Windows Powershell and select to “Run as Administrator“
78
-
3. To install chocolatey, type the following command into the Powershell terminal:
79
-
80
-
```powershell
81
-
Set-ExecutionPolicy Bypass -Scope Process -Force; `
4. Close and reopen Powershell in Administrator mode.
86
-
5. Install the cloudsmith cli using chocolately:
87
-
88
-
```powershell
89
-
choco install python -y
90
-
refreshenv
91
-
choco install cloudsmith-cli --source python
92
-
```
93
-
94
72
### Deploying the CLI containerized
95
73
96
74
Cloudsmith maintains a [Docker image for the Cloudsmith CLI](https://hub.docker.com/r/cloudsmith/cloudsmith-cli) built for use in CI/CD pipelines and automation environments.
0 commit comments