Downloads:
7,809
Downloads of v 2.21.0:
11
Last Update:
16 Nov 2024
Package Maintainer(s):
Software Author(s):
Tags:
aws azure gcp kubernetes k8s vscode google- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Cloud Code VSCode Extension
- 1
- 2
- 3
2.21.0 | Updated: 16 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,809
Downloads of v 2.21.0:
11
Maintainer(s):
Software Author(s):
Cloud Code VSCode Extension 2.21.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Google. The inclusion of Google trademark(s), if any, upon this webpage is solely to identify Google goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Cloud Code VSCode Extension, run the following command from the command line or from PowerShell:
To upgrade Cloud Code VSCode Extension, run the following command from the command line or from PowerShell:
To uninstall Cloud Code VSCode Extension, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download vscode-cloud-code --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade vscode-cloud-code -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade vscode-cloud-code -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install vscode-cloud-code
win_chocolatey:
name: vscode-cloud-code
version: '2.21.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'vscode-cloud-code' do
action :install
source 'INTERNAL REPO URL'
version '2.21.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller vscode-cloud-code
{
Name = "vscode-cloud-code"
Version = "2.21.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vscode-cloud-code':
ensure => '2.21.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 16 Nov 2024.
Cloud Code for VS Code extends VS Code to bring all the power and convenience of IDEs to developing cloud-native Kubernetes applications. With Google’s command-line container tools like skaffold and kubectl under the hood, Cloud Code gives you local, continuous feedback on your project as you build it, extending this local edit-compile-debug loop to create cloud-native Kubernetes environments, on your workstation or in the cloud. Support for deployment profiles lets you define different environments, like local development, shared development, test, or production, so you can easily test and debug on your workstation or in the cloud.
Features
- Support for Go, Node, Java, and Python
- Rapid Edit, Package, Deploy loop to your K8s cluster
- Integrated Debugging and Log Viewing/Streaming
- Snippets, completions, and linting for K8s artifacts
- Profile support for dev, test and production environments
- Cluster management, resource browsing and inspection of K8s clusters
- Cluster creation supporting Google GKE, Amazon EKS and Azure AKS
- Support for Custom Resources (CRDs) e.g. Istio, KNative
- Automatically uses your Google Cloud SDK credentials
Notes
- This package requires Visual Studio Code 1.82.0 or newer.
You can install either the vscode or vscode-insiders package. - The extension will be installed in all editions of Visual Studio Code which can be found.
- While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
See Extension auto-update for instructions on how to disable auto-update. - This package is automatically updated using the Chocolatey Automatic Package Update Model (AU).
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop'
Uninstall-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode'
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Cloud Code VSCode Extension 2.21.0 | 11 | Saturday, November 16, 2024 | Approved | |
Cloud Code VSCode Extension 2.20.2 | 20 | Saturday, November 9, 2024 | Approved | |
Cloud Code VSCode Extension 2.20.1 | 16 | Friday, November 8, 2024 | Approved | |
Cloud Code VSCode Extension 2.20.0 | 11 | Thursday, October 31, 2024 | Approved | |
Cloud Code VSCode Extension 2.19.0 | 34 | Thursday, October 17, 2024 | Approved | |
Cloud Code VSCode Extension 2.18.2 | 20 | Thursday, October 10, 2024 | Approved | |
Cloud Code VSCode Extension 2.18.1 | 19 | Thursday, October 3, 2024 | Approved | |
Cloud Code VSCode Extension 2.18.0 | 16 | Tuesday, October 1, 2024 | Approved | |
Cloud Code VSCode Extension 2.17.0 | 27 | Tuesday, September 10, 2024 | Approved | |
Cloud Code VSCode Extension 2.16.7 | 20 | Wednesday, August 28, 2024 | Approved | |
Cloud Code VSCode Extension 2.16.4 | 28 | Sunday, August 18, 2024 | Approved | |
Cloud Code VSCode Extension 2.16.2 | 27 | Wednesday, August 14, 2024 | Approved | |
Cloud Code VSCode Extension 2.16.0 | 19 | Wednesday, August 7, 2024 | Approved | |
Cloud Code VSCode Extension 2.15.0 | 32 | Thursday, July 25, 2024 | Approved | |
Cloud Code VSCode Extension 2.14.0 | 29 | Wednesday, July 10, 2024 | Approved | |
Cloud Code VSCode Extension 2.13.0 | 41 | Wednesday, June 26, 2024 | Approved | |
Cloud Code VSCode Extension 2.12.0 | 41 | Tuesday, June 11, 2024 | Approved | |
Cloud Code VSCode Extension 2.11.3 | 27 | Thursday, June 6, 2024 | Approved | |
Cloud Code VSCode Extension 2.11.1 | 26 | Tuesday, June 4, 2024 | Approved | |
Cloud Code VSCode Extension 2.11.0 | 35 | Wednesday, May 29, 2024 | Approved | |
Cloud Code VSCode Extension 2.10.0 | 36 | Wednesday, May 15, 2024 | Approved | |
Cloud Code VSCode Extension 2.9.1 | 36 | Thursday, May 9, 2024 | Approved | |
Cloud Code VSCode Extension 2.9.0 | 35 | Tuesday, April 30, 2024 | Approved | |
Cloud Code VSCode Extension 2.8.1 | 31 | Tuesday, April 23, 2024 | Approved | |
Cloud Code VSCode Extension 2.8.0 | 49 | Tuesday, April 16, 2024 | Approved | |
Cloud Code VSCode Extension 2.7.1 | 33 | Thursday, April 4, 2024 | Approved | |
Cloud Code VSCode Extension 2.7.0 | 23 | Wednesday, April 3, 2024 | Approved | |
Cloud Code VSCode Extension 2.6.0 | 41 | Wednesday, March 20, 2024 | Approved | |
Cloud Code VSCode Extension 2.5.0 | 31 | Wednesday, March 6, 2024 | Approved | |
Cloud Code VSCode Extension 2.4.0 | 40 | Friday, February 9, 2024 | Approved | |
Cloud Code VSCode Extension 2.3.0 | 48 | Tuesday, January 30, 2024 | Approved | |
Cloud Code VSCode Extension 2.2.3 | 38 | Wednesday, January 24, 2024 | Approved | |
Cloud Code VSCode Extension 2.2.2 | 38 | Thursday, January 18, 2024 | Approved | |
Cloud Code VSCode Extension 2.2.1 | 44 | Saturday, December 16, 2023 | Approved | |
Cloud Code VSCode Extension 2.2.0 | 36 | Thursday, December 14, 2023 | Approved | |
Cloud Code VSCode Extension 2.1.1 | 82 | Wednesday, November 1, 2023 | Approved | |
Cloud Code VSCode Extension 2.1.0 | 63 | Friday, October 6, 2023 | Approved | |
Cloud Code VSCode Extension 2.0.0 | 78 | Wednesday, August 30, 2023 | Approved | |
Cloud Code VSCode Extension 1.22.1 | 44 | Tuesday, August 15, 2023 | Approved | |
Cloud Code VSCode Extension 1.22.0 | 71 | Saturday, July 15, 2023 | Approved | |
Cloud Code VSCode Extension 1.21.8 | 52 | Tuesday, June 27, 2023 | Approved | |
Cloud Code VSCode Extension 1.21.7 | 53 | Wednesday, June 14, 2023 | Approved | |
Cloud Code VSCode Extension 1.21.6 | 45 | Friday, June 9, 2023 | Approved | |
Cloud Code VSCode Extension 1.21.5 | 83 | Wednesday, April 26, 2023 | Approved | |
Cloud Code VSCode Extension 1.21.4 | 60 | Friday, April 14, 2023 | Approved | |
Cloud Code VSCode Extension 1.21.3 | 102 | Friday, February 10, 2023 | Approved | |
Cloud Code VSCode Extension 1.21.2 | 56 | Tuesday, February 7, 2023 | Approved | |
Cloud Code VSCode Extension 1.21.1 | 49 | Thursday, February 2, 2023 | Approved | |
Cloud Code VSCode Extension 1.21.0 | 92 | Saturday, December 10, 2022 | Approved | |
Cloud Code VSCode Extension 1.20.5 | 69 | Friday, December 2, 2022 | Approved | |
Cloud Code VSCode Extension 1.20.4 | 62 | Saturday, November 19, 2022 | Approved | |
Cloud Code VSCode Extension 1.20.3 | 74 | Saturday, October 8, 2022 | Approved | |
Cloud Code VSCode Extension 1.20.2 | 99 | Friday, September 16, 2022 | Approved | |
Cloud Code VSCode Extension 1.20.1 | 90 | Thursday, August 11, 2022 | Approved | |
Cloud Code VSCode Extension 1.19.0 | 99 | Friday, July 8, 2022 | Approved | |
Cloud Code VSCode Extension 1.18.3 | 116 | Thursday, June 9, 2022 | Approved | |
Cloud Code VSCode Extension 1.18.2 | 89 | Thursday, May 12, 2022 | Approved | |
Cloud Code VSCode Extension 1.18.1 | 79 | Friday, April 29, 2022 | Approved | |
Cloud Code VSCode Extension 1.18.0 | 80 | Wednesday, April 27, 2022 | Approved | |
Cloud Code VSCode Extension 1.17.2 | 111 | Thursday, April 7, 2022 | Approved | |
Cloud Code VSCode Extension 1.17.1 | 93 | Saturday, March 19, 2022 | Approved | |
Cloud Code VSCode Extension 1.17.0 | 170 | Friday, December 10, 2021 | Approved | |
Cloud Code VSCode Extension 1.16.1 | 100 | Friday, November 19, 2021 | Approved | |
Cloud Code VSCode Extension 1.16.0 | 84 | Friday, November 12, 2021 | Approved | |
Cloud Code VSCode Extension 1.15.1 | 100 | Tuesday, October 26, 2021 | Approved | |
Cloud Code VSCode Extension 1.15.0 | 101 | Friday, October 8, 2021 | Approved | |
Cloud Code VSCode Extension 1.14.1 | 100 | Wednesday, September 15, 2021 | Approved | |
Cloud Code VSCode Extension 1.14.0 | 87 | Thursday, September 9, 2021 | Approved | |
Cloud Code VSCode Extension 1.13.2 | 95 | Saturday, August 21, 2021 | Approved | |
Cloud Code VSCode Extension 1.13.1 | 112 | Thursday, July 22, 2021 | Approved | |
Cloud Code VSCode Extension 1.13.0 | 100 | Wednesday, June 30, 2021 | Approved | |
Cloud Code VSCode Extension 1.12.1 | 120 | Saturday, June 5, 2021 | Approved | |
Cloud Code VSCode Extension 1.12.0 | 124 | Thursday, May 27, 2021 | Approved | |
Cloud Code VSCode Extension 1.11.1 | 111 | Saturday, May 8, 2021 | Approved | |
Cloud Code VSCode Extension 1.11.0 | 104 | Wednesday, April 28, 2021 | Approved | |
Cloud Code VSCode Extension 1.10.0 | 99 | Wednesday, March 31, 2021 | Approved | |
Cloud Code VSCode Extension 1.9.0 | 135 | Tuesday, March 2, 2021 | Approved | |
Cloud Code VSCode Extension 1.8.0 | 141 | Wednesday, January 27, 2021 | Approved | |
Cloud Code VSCode Extension 1.7.2 | 129 | Friday, January 15, 2021 | Approved | |
Cloud Code VSCode Extension 1.7.1 | 145 | Friday, December 11, 2020 | Approved | |
Cloud Code VSCode Extension 1.7.0 | 160 | Saturday, October 31, 2020 | Approved | |
Cloud Code VSCode Extension 1.6.1 | 152 | Wednesday, October 14, 2020 | Approved | |
Cloud Code VSCode Extension 1.6.0 | 144 | Wednesday, September 30, 2020 | Approved | |
Cloud Code VSCode Extension 1.5.2 | 147 | Thursday, September 3, 2020 | Approved | |
Cloud Code VSCode Extension 1.5.1 | 143 | Tuesday, August 25, 2020 | Approved | |
Cloud Code VSCode Extension 1.5.0 | 140 | Wednesday, August 19, 2020 | Approved | |
Cloud Code VSCode Extension 1.4.1 | 193 | Friday, June 12, 2020 | Approved | |
Cloud Code VSCode Extension 1.4.0 | 147 | Friday, May 29, 2020 | Approved | |
Cloud Code VSCode Extension 1.3.0 | 179 | Saturday, May 9, 2020 | Approved | |
Cloud Code VSCode Extension 1.2.1 | 208 | Thursday, March 26, 2020 | Approved | |
Cloud Code VSCode Extension 1.2.0 | 157 | Tuesday, March 3, 2020 | Approved | |
Cloud Code VSCode Extension 1.1.2 | 194 | Friday, February 14, 2020 | Approved | |
Cloud Code VSCode Extension 1.1.1 | 147 | Wednesday, February 5, 2020 | Approved | |
Cloud Code VSCode Extension 1.1.0 | 152 | Saturday, February 1, 2020 | Approved | |
Cloud Code VSCode Extension 1.0.1 | 184 | Friday, December 27, 2019 | Approved | |
Cloud Code VSCode Extension 1.0.0 | 156 | Wednesday, December 4, 2019 | Approved |
Copyright 2019 Google LLC
-
- chocolatey-vscode.extension (≥ 1.1.0)
Ground Rules:
- This discussion is only about Cloud Code VSCode Extension and the Cloud Code VSCode Extension package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Cloud Code VSCode Extension, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.