Downloads:
5,664
Downloads of v 13.0.0:
8
Last Update:
16 Nov 2024
Package Maintainer(s):
Software Author(s):
- Christopher Schnick
Tags:
desktop docker ssh postgres lxd wsl k8s kubernetes podman sftp terminal- 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
XPipe
This is not the latest version of XPipe available.
- 1
- 2
- 3
13.0.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:
5,664
Downloads of v 13.0.0:
8
Maintainer(s):
Software Author(s):
- Christopher Schnick
XPipe 13.0.0
This is not the latest version of XPipe available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Christopher Schnick. The inclusion of Christopher Schnick trademark(s), if any, upon this webpage is solely to identify Christopher Schnick goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install XPipe, run the following command from the command line or from PowerShell:
To upgrade XPipe, run the following command from the command line or from PowerShell:
To uninstall XPipe, 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 xpipe --internalize --version=13.0.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 xpipe -y --source="'INTERNAL REPO URL'" --version="'13.0.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 xpipe -y --source="'INTERNAL REPO URL'" --version="'13.0.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 xpipe
win_chocolatey:
name: xpipe
version: '13.0.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'xpipe' do
action :install
source 'INTERNAL REPO URL'
version '13.0.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller xpipe
{
Name = "xpipe"
Version = "13.0.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'xpipe':
ensure => '13.0.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.
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 17 Nov 2024.
XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems.
Log in or click on link to see number of positives.
- xpipe.13.0.0.nupkg (a089a8cffe76) - ## / 67
- xpipe-installer-windows-x86_64.msi (7954489c081e) - ## / 62
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 |
---|---|---|---|---|
XPipe 13.1.1 | 32 | Wednesday, November 20, 2024 | Approved | |
XPipe 13.1.0 | 3 | Wednesday, November 20, 2024 |
Waiting for Maintainer
|
|
XPipe 13.0.1 | 62 | Saturday, November 16, 2024 | Approved | |
XPipe 13.0.0 | 8 | Saturday, November 16, 2024 | Approved | |
XPipe 12.3.5 | 131 | Saturday, November 2, 2024 | Approved | |
XPipe 12.3.4 | 143 | Saturday, October 19, 2024 | Approved | |
XPipe 12.3.3 | 15 | Saturday, October 19, 2024 | Approved | |
XPipe 12.3.2 | 52 | Thursday, October 17, 2024 | Approved | |
XPipe 12.3.1 | 15 | Thursday, October 17, 2024 | Approved | |
XPipe 12.3.0 | 15 | Thursday, October 17, 2024 | Approved | |
XPipe 12.2.0 | 103 | Friday, October 11, 2024 | Approved | |
XPipe 12.1.0 | 73 | Sunday, October 6, 2024 | Approved | |
XPipe 12.0.0 | 88 | Tuesday, October 1, 2024 | Approved | |
XPipe 11.3.0 | 165 | Friday, September 13, 2024 | Approved | |
XPipe 11.2.0 | 83 | Saturday, September 7, 2024 | Approved | |
XPipe 11.1.0 | 117 | Thursday, August 29, 2024 | Approved | |
XPipe 11.0.0 | 43 | Tuesday, August 27, 2024 | Approved | |
XPipe 10.2.2 | 193 | Friday, July 26, 2024 | Approved | |
XPipe 10.2.1 | 23 | Friday, July 26, 2024 | Approved | |
XPipe 10.2.0 | 18 | Friday, July 26, 2024 | Approved | |
XPipe 10.1.1 | 121 | Tuesday, July 16, 2024 | Approved | |
XPipe 10.1.0 | 54 | Sunday, July 14, 2024 | Approved | |
XPipe 10.0.4 | 133 | Tuesday, July 2, 2024 | Approved | |
XPipe 10.0.3 | 40 | Monday, July 1, 2024 | Approved | |
XPipe 10.0.2 | 52 | Sunday, June 30, 2024 | Approved | |
XPipe 10.0.1 | 42 | Saturday, June 29, 2024 | Approved | |
XPipe 10.0.0 | 33 | Saturday, June 29, 2024 | Approved | |
XPipe 9.4.1 | 204 | Friday, June 7, 2024 | Approved | |
XPipe 9.4.0 | 88 | Sunday, June 2, 2024 | Approved | |
XPipe 9.3.0 | 133 | Saturday, May 18, 2024 | Approved | |
XPipe 9.2.0 | 99 | Sunday, May 12, 2024 | Approved | |
XPipe 9.1.0 | 146 | Friday, May 3, 2024 | Approved | |
XPipe 9.0.1 | 98 | Saturday, April 27, 2024 | Approved | |
XPipe 8.6.0 | 191 | Thursday, March 28, 2024 | Approved | |
XPipe 8.5.0 | 87 | Sunday, March 24, 2024 | Approved | |
XPipe 8.4.0 | 123 | Thursday, March 14, 2024 | Approved | |
XPipe 8.3.0 | 82 | Monday, March 11, 2024 | Approved | |
XPipe 8.2.0 | 83 | Thursday, March 7, 2024 | Approved | |
XPipe 8.1.0 | 83 | Monday, March 4, 2024 | Approved | |
XPipe 8.0.1 | 106 | Wednesday, February 28, 2024 | Approved | |
XPipe 8.0.0 | 35 | Wednesday, February 28, 2024 | Approved | |
XPipe 1.7.16 | 206 | Saturday, January 20, 2024 | Approved | |
XPipe 1.7.15 | 69 | Thursday, January 18, 2024 | Approved | |
XPipe 1.7.14 | 137 | Thursday, January 11, 2024 | Approved | |
XPipe 1.7.13 | 138 | Friday, January 5, 2024 | Approved | |
XPipe 1.7.12 | 176 | Thursday, December 28, 2023 | Approved | |
XPipe 1.7.11 | 223 | Saturday, December 16, 2023 | Approved | |
XPipe 1.7.10 | 73 | Wednesday, December 6, 2023 | Approved | |
XPipe 1.7.9 | 31 | Tuesday, December 5, 2023 | Approved | |
XPipe 1.7.8 | 98 | Friday, November 24, 2023 | Approved | |
XPipe 1.7.7 | 38 | Wednesday, November 22, 2023 | Approved | |
XPipe 1.7.6 | 39 | Saturday, November 18, 2023 | Approved | |
XPipe 1.7.5 | 27 | Saturday, November 18, 2023 | Approved | |
XPipe 1.7.4 | 48 | Wednesday, November 15, 2023 | Approved | |
XPipe 1.7.3 | 59 | Saturday, November 4, 2023 | Approved | |
XPipe 1.7.2 | 48 | Thursday, October 26, 2023 | Approved | |
XPipe 1.7.1 | 51 | Friday, October 20, 2023 | Approved | |
XPipe 1.7.0 | 31 | Friday, October 20, 2023 | Approved | |
XPipe 1.6.0 | 64 | Wednesday, September 27, 2023 | Approved | |
XPipe 1.5.3 | 79 | Monday, August 21, 2023 | Approved | |
XPipe 1.5.2 | 39 | Wednesday, August 16, 2023 | Approved | |
XPipe 1.5.1 | 47 | Sunday, August 13, 2023 | Approved | |
XPipe 1.5.0 | 44 | Thursday, August 10, 2023 | Approved | |
XPipe 1.4.2 | 50 | Saturday, July 22, 2023 | Approved | |
XPipe 1.4.1 | 39 | Friday, July 21, 2023 | Approved | |
XPipe 1.3.2 | 49 | Thursday, July 13, 2023 | Approved | |
XPipe 1.3.1 | 46 | Monday, July 10, 2023 | Approved | |
XPipe 1.3.0 | 38 | Thursday, July 6, 2023 | Approved | |
XPipe 1.2.0 | 54 | Thursday, June 22, 2023 | Approved | |
XPipe 1.1.3 | 46 | Saturday, June 10, 2023 | Approved | |
XPipe 1.1.2 | 36 | Friday, June 9, 2023 | Approved | |
X-Pipe 0.5.35 | 71 | Sunday, April 9, 2023 | Approved |
2024, XPipe UG (haftungsbeschränkt)
This package has no dependencies.
Ground Rules:
- This discussion is only about XPipe and the XPipe 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 XPipe, 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.