Downloads:
1,330
Downloads of v 1.190.0:
21
Last Update:
05 Apr 2024
Package Maintainer(s):
Software Author(s):
- Xavier Portilla Edo
Tags:
dialogflow cx cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Dialogflow CX CLI
This is not the latest version of Dialogflow CX CLI available.
- 1
- 2
- 3
1.190.0 | Updated: 05 Apr 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,330
Downloads of v 1.190.0:
21
Maintainer(s):
Software Author(s):
- Xavier Portilla Edo
Dialogflow CX CLI 1.190.0
This is not the latest version of Dialogflow CX CLI available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Xavier Portilla Edo. The inclusion of Xavier Portilla Edo trademark(s), if any, upon this webpage is solely to identify Xavier Portilla Edo goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Dialogflow CX CLI, run the following command from the command line or from PowerShell:
To upgrade Dialogflow CX CLI, run the following command from the command line or from PowerShell:
To uninstall Dialogflow CX CLI, 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 cxcli --internalize --version=1.190.0 --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 cxcli -y --source="'INTERNAL REPO URL'" --version="'1.190.0'" [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 cxcli -y --source="'INTERNAL REPO URL'" --version="'1.190.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install cxcli
win_chocolatey:
name: cxcli
version: '1.190.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'cxcli' do
action :install
source 'INTERNAL REPO URL'
version '1.190.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller cxcli
{
Name = "cxcli"
Version = "1.190.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'cxcli':
ensure => '1.190.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 by moderator Windos on 16 Apr 2024.
The missing CLI for your Dialogflow CX projects
Log in or click on link to see number of positives.
- cxcli.1.190.0.nupkg (02678ffc0533) - ## / 64
- cxcli_Windows_x86_64.zip (bf440215edd4) - ## / 65
- cxcli_Windows_i386.zip (6d81b96dae8e) - ## / 65
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 |
---|---|---|---|---|
Dialogflow CX CLI 1.239.0 | 10 | Friday, March 7, 2025 | Approved | |
Dialogflow CX CLI 1.238.7 | 22 | Friday, January 3, 2025 | Approved | |
Dialogflow CX CLI 1.237.0 | 18 | Thursday, January 2, 2025 | Approved | |
Dialogflow CX CLI 1.236.5 | 14 | Tuesday, December 31, 2024 | Approved | |
Dialogflow CX CLI 1.236.3 | 12 | Tuesday, December 31, 2024 | Approved | |
Dialogflow CX CLI 1.236.0 | 18 | Saturday, December 7, 2024 | Approved | |
Dialogflow CX CLI 1.235.0 | 25 | Thursday, November 7, 2024 | Approved | |
Dialogflow CX CLI 1.234.0 | 16 | Thursday, October 24, 2024 | Approved | |
Dialogflow CX CLI 1.233.0 | 13 | Wednesday, October 16, 2024 | Approved | |
Dialogflow CX CLI 1.232.0 | 16 | Wednesday, October 16, 2024 | Approved | |
Dialogflow CX CLI 1.231.0 | 17 | Tuesday, October 8, 2024 | Approved | |
Dialogflow CX CLI 1.230.0 | 16 | Monday, October 7, 2024 | Approved | |
Dialogflow CX CLI 1.229.1 | 18 | Thursday, September 26, 2024 | Approved | |
Dialogflow CX CLI 1.229.0 | 20 | Sunday, September 15, 2024 | Approved | |
Dialogflow CX CLI 1.228.1 | 19 | Friday, September 13, 2024 | Approved | |
Dialogflow CX CLI 1.228.0 | 20 | Tuesday, September 3, 2024 | Approved | |
Dialogflow CX CLI 1.227.0 | 25 | Thursday, August 22, 2024 | Approved | |
Dialogflow CX CLI 1.226.0 | 22 | Wednesday, August 7, 2024 | Approved | |
Dialogflow CX CLI 1.225.2 | 25 | Thursday, July 25, 2024 | Approved | |
Dialogflow CX CLI 1.225.1 | 27 | Tuesday, July 23, 2024 | Approved | |
Dialogflow CX CLI 1.225.0 | 24 | Thursday, July 18, 2024 | Approved | |
Dialogflow CX CLI 1.224.1 | 31 | Wednesday, July 10, 2024 | Approved | |
Dialogflow CX CLI 1.224.0 | 28 | Friday, July 5, 2024 | Approved | |
Dialogflow CX CLI 1.223.0 | 23 | Tuesday, July 2, 2024 | Approved | |
Dialogflow CX CLI 1.222.0 | 22 | Tuesday, July 2, 2024 | Approved | |
Dialogflow CX CLI 1.221.0 | 21 | Tuesday, July 2, 2024 | Approved | |
Dialogflow CX CLI 1.220.0 | 23 | Thursday, June 27, 2024 | Approved | |
Dialogflow CX CLI 1.219.0 | 25 | Thursday, June 27, 2024 | Approved | |
Dialogflow CX CLI 1.218.0 | 25 | Thursday, June 27, 2024 | Approved | |
Dialogflow CX CLI 1.217.0 | 19 | Wednesday, June 26, 2024 | Approved | |
Dialogflow CX CLI 1.216.0 | 36 | Wednesday, June 19, 2024 | Approved | |
Dialogflow CX CLI 1.215.0 | 23 | Monday, June 17, 2024 | Approved | |
Dialogflow CX CLI 1.214.0 | 23 | Thursday, June 13, 2024 | Approved | |
Dialogflow CX CLI 1.213.0 | 30 | Wednesday, June 12, 2024 | Approved | |
Dialogflow CX CLI 1.212.0 | 24 | Tuesday, June 11, 2024 | Approved | |
Dialogflow CX CLI 1.211.1 | 33 | Wednesday, June 5, 2024 | Approved | |
Dialogflow CX CLI 1.209.0 | 27 | Wednesday, May 29, 2024 | Approved | |
Dialogflow CX CLI 1.208.0 | 29 | Friday, May 17, 2024 | Approved | |
Dialogflow CX CLI 1.207.0 | 23 | Monday, May 13, 2024 | Approved | |
Dialogflow CX CLI 1.206.0 | 46 | Friday, May 10, 2024 | Approved | |
Dialogflow CX CLI 1.205.0 | 26 | Wednesday, May 8, 2024 | Approved | |
Dialogflow CX CLI 1.204.0 | 30 | Tuesday, May 7, 2024 | Approved | |
Dialogflow CX CLI 1.203.0 | 24 | Monday, May 6, 2024 | Approved | |
Dialogflow CX CLI 1.202.1 | 22 | Friday, May 3, 2024 | Approved | |
Dialogflow CX CLI 1.197.1 | 18 | Wednesday, April 24, 2024 | Approved | |
Dialogflow CX CLI 1.196.0 | 25 | Tuesday, April 23, 2024 | Approved | |
Dialogflow CX CLI 1.195.0 | 25 | Monday, April 22, 2024 | Approved | |
Dialogflow CX CLI 1.194.0 | 24 | Friday, April 19, 2024 | Approved | |
Dialogflow CX CLI 1.193.0 | 23 | Thursday, April 18, 2024 | Approved | |
Dialogflow CX CLI 1.192.0 | 21 | Wednesday, April 17, 2024 | Approved | |
Dialogflow CX CLI 1.191.0 | 24 | Friday, April 5, 2024 | Approved | |
Dialogflow CX CLI 1.190.0 | 21 | Friday, April 5, 2024 | Approved | |
Dialogflow CX CLI 1.189.0 | 31 | Thursday, March 28, 2024 | Approved | |
Dialogflow CX CLI 1.188.0 | 24 | Thursday, March 28, 2024 | Approved | |
Dialogflow CX CLI 1.187.0 | 25 | Friday, March 22, 2024 | Approved | |
Dialogflow CX CLI 1.175.0 | 40 | Sunday, February 25, 2024 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Dialogflow CX CLI and the Dialogflow CX CLI 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 Dialogflow CX CLI, 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.