Downloads:
206
Downloads of v 0.2.1:
15
Last Update:
22 Sep 2024
Package Maintainer(s):
Software Author(s):
- AnnasVirtual
Tags:
cli webview csharp- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
neutroncli
This is not the latest version of neutroncli available.
- 1
- 2
- 3
0.2.1 | Updated: 22 Sep 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
206
Downloads of v 0.2.1:
15
Maintainer(s):
Software Author(s):
- AnnasVirtual
neutroncli 0.2.1
This is not the latest version of neutroncli available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by AnnasVirtual. The inclusion of AnnasVirtual trademark(s), if any, upon this webpage is solely to identify AnnasVirtual 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 neutroncli, run the following command from the command line or from PowerShell:
To upgrade neutroncli, run the following command from the command line or from PowerShell:
To uninstall neutroncli, 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 neutroncli --internalize --version=0.2.1 --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 neutroncli -y --source="'INTERNAL REPO URL'" --version="'0.2.1'" [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 neutroncli -y --source="'INTERNAL REPO URL'" --version="'0.2.1'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install neutroncli
win_chocolatey:
name: neutroncli
version: '0.2.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'neutroncli' do
action :install
source 'INTERNAL REPO URL'
version '0.2.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller neutroncli
{
Name = "neutroncli"
Version = "0.2.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'neutroncli':
ensure => '0.2.1',
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 gep13 on 22 Sep 2024.
Neutron allows you to build desktop apps using web technologies like WebView with C# backend.
$ErrorActionPreference = 'Stop'
$installDir = "$env:ProgramFiles\neutroncli"
Write-Host "Removing neutroncli from the system..."
try {
if (Test-Path $installDir) {
Remove-Item $installDir -Recurse -Force -ErrorAction Stop
Write-Host "neutroncli uninstalled successfully."
Uninstall-ChocolateyPath $installDir 'user'
} else {
Write-Host "neutroncli installation directory not found. Nothing to uninstall."
}
} catch {
Write-Host "Failed to uninstall neutroncli: $_"
exit 1
}
md5: 33CCDD1152179224041015AE59784362 | sha1: D7B215176D0C30A10D7636B0D5E19C6D1C5CC159 | sha256: 63523FC67D3F94804BA4A9BCC0E0F4EC29BEF160A2FDEB5A0F39E908BE9BFBEC | sha512: EEEF8419AB8C63A3DC518B0D7BCBF141A7A142AA736BF2FD24507DFDD15A31CAF274FEBE9A54702F3230EEE3243FC8F6E97091D8847A4230DB192F6ABA1D660E
md5: 8266E07354A4D4D605D0F7B28E875C9F | sha1: BEA9FB843F4FD0766F9717949942EB62A1C56A7B | sha256: 80A66497A01E9EA5BE7D68CE19069719751C4B720F9774660C09AB33AC8F8E6E | sha512: CCBD3431EB909F857A799D956CE6EE421FF0FA6E866F7CA6516465989330A262E9C35F42FDBAE41298B2EEA9DD3BECB589100C1CDA0711A38153495EE6889953
md5: 16C430B5A383F35E4D21272110AE7715 | sha1: 3DA5488E0C0CA89FE05D41318E401C3CE90F2E23 | sha256: 3DFA07DE8267C771BE47A10217E2EAFD0E57E68933C536A239B65284DC6F09DA | sha512: 692F38A67849218F7C065E496D61B53046CC59B779701324F6A5AD4CF0E51B4EF52813F3AE27EDBF8A2D679E633A30D0E5B1500E91441B113375EC1BA9C1560E
md5: 95D74CB212B62743AACE5890BFA31D2F | sha1: EF4DFBA844689FD21CB35E09F443B13C62D77F6B | sha256: 4283743428F7ABB509EAB0D523D8000EE7A89FD354DC1DB96DC8424B37CE714F | sha512: B6AAB55142BA4ACF885FF0230C6253C60771DB3F1B3D292481E072FDB2B4AE1BE997310B42B1685449CCC8A59D231669E4698DEB6D5D5EAA0B28208169B35FDC
md5: B28B2480E9CA78CA784BCE37799BFC2E | sha1: 0FD29D0C98B87E511E986EBEEA54A8F9DDC96668 | sha256: E52478E38B6AC9ECD85999AA5AD181097C41833C9ADBA62B87BD9FA443B2A8EA | sha512: 0302467425CBF329C87B27EE8653FC3729C098C54F9932A945C2CE147C2277485357E086747DB20DD60C3234B296DEF8AFD0D63E3575B44DE05D0B545E19DA27
md5: 2F885AF73E4530F9BCFC2FAD0C795F21 | sha1: 43ADAE5CC4280698137EE9EA719E298744089274 | sha256: 291DA56B4C02BDED6AD0E707999370B1E6AD592B74C4691E299C8097FBE44F97 | sha512: 76129172C7B630196575F3EDAE5F72892D7B16A51723DB761F41A07C931DEF5643655D38042567F32416A7ABFB33080E5C28AADD72E3C2008DA9DE632AD78EA3
md5: BBAA5F365D1A1F9CF290DF3E91386148 | sha1: 7B06CC9A7C215246E9A9F836C663851D1F3A92EF | sha256: 8B03127957EA51CA2C4E17512D9B84FB545B6C6995047E96C7C1B674D2A3FC83 | sha512: 40C943C0517FBA4564E4575EF7FB2521731D0C654B6BB9064496A18BB97BB1BC1E824FEB0691B0B775D01EAEB578CA131A82673D5FC650C95047E5B13D2D710C
md5: 7417CEB2EBFA3EED81C7A9267C03FD78 | sha1: F38D267AA36EC517E82D07C59991BBAC7BCADD72 | sha256: B4D7904EC3B87B632CEC7FD479C6FEB063CAA7394C79C7F5165DF506A45EE0BA | sha512: 6E60EEF78884683012ADE22EEA4C67C1FB011104FF28224E4E2E2FC998592C365441902463BA1188782F9143C0FEE032A667AAA8CE68233F56C2F70A737E86FD
MIT License
Copyright (c) 2024 Annas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0/win-x64",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {},
".NETCoreApp,Version=v8.0/win-x64": {
"neutroncli/0.2.1": {
"dependencies": {
"CliWrap": "3.6.6",
"System.CommandLine": "2.0.0-beta4.22272.1"
},
"runtime": {
"neutroncli.dll": {}
}
},
"CliWrap/3.6.6": {
"runtime": {
"lib/netcoreapp3.0/CliWrap.dll": {
"assemblyVersion": "3.6.6.0",
"fileVersion": "3.6.6.0"
}
}
},
"System.CommandLine/2.0.0-beta4.22272.1": {
"runtime": {
"lib/net6.0/System.CommandLine.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.22.27201"
}
},
"resources": {
"lib/net6.0/cs/System.CommandLine.resources.dll": {
"locale": "cs"
},
"lib/net6.0/de/System.CommandLine.resources.dll": {
"locale": "de"
},
"lib/net6.0/es/System.CommandLine.resources.dll": {
"locale": "es"
},
"lib/net6.0/fr/System.CommandLine.resources.dll": {
"locale": "fr"
},
"lib/net6.0/it/System.CommandLine.resources.dll": {
"locale": "it"
},
"lib/net6.0/ja/System.CommandLine.resources.dll": {
"locale": "ja"
},
"lib/net6.0/ko/System.CommandLine.resources.dll": {
"locale": "ko"
},
"lib/net6.0/pl/System.CommandLine.resources.dll": {
"locale": "pl"
},
"lib/net6.0/pt-BR/System.CommandLine.resources.dll": {
"locale": "pt-BR"
},
"lib/net6.0/ru/System.CommandLine.resources.dll": {
"locale": "ru"
},
"lib/net6.0/tr/System.CommandLine.resources.dll": {
"locale": "tr"
},
"lib/net6.0/zh-Hans/System.CommandLine.resources.dll": {
"locale": "zh-Hans"
},
"lib/net6.0/zh-Hant/System.CommandLine.resources.dll": {
"locale": "zh-Hant"
}
}
}
}
},
"libraries": {
"neutroncli/0.2.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"CliWrap/3.6.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-8/WnYKDjXjqMp9ktCygmeC6kDsmSEKF4riEYNy98+nD3wOKbuxqOjmhiFMalOYlM+mUqfs3SOEowF20+loDZHQ==",
"path": "cliwrap/3.6.6",
"hashPath": "cliwrap.3.6.6.nupkg.sha512"
},
"System.CommandLine/2.0.0-beta4.22272.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1uqED/q2H0kKoLJ4+hI2iPSBSEdTuhfCYADeJrAqERmiGQ2NNacYKRNEQ+gFbU4glgVyK8rxI+ZOe1onEtr/Pg==",
"path": "system.commandline/2.0.0-beta4.22272.1",
"hashPath": "system.commandline.2.0.0-beta4.22272.1.nupkg.sha512"
}
}
}
md5: FA67BD1D28E85FFA52D1FA06D3D39BF2 | sha1: 0529781C65DAB3BBB25AEFB57E5FC555425089DB | sha256: 9A8F2A4C40FDABB946996CB75C3E9ED864E5CFE59D9BB97E8D8B90D190B4C810 | sha512: 2F6B22F75D894B7A4723140C5975A7002F8BB4515893F65D6477B878D9E1D26716FF9AB056180ACC33FDCEAD0B7D1D82847F683170FFE05A35B7EF27D2174F87
md5: A4382005A03790E0419E0B702AEC008E | sha1: 3D9FDD19E4094EA532279E3EA25015D1D49DE373 | sha256: A1C2AA0CB823B71AE68CE13DE8CF318E3AC361EC78F4054FE974A3A2DE0FA0CD | sha512: 2DEF3FB10BC12C27AF2E2F9837F311DF1C44527116D911CDACD6B72E84622CF5047E8B5247CC628639F42F7481D932534ADEAD1021EBEEE1E22DC358D9033089
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Globalization.Invariant": true,
"System.Globalization.PredefinedCulturesOnly": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault": false
}
}
}
md5: 052F5532EA41A2E5616EEB99E376D1CC | sha1: D394B8A45225384475352D0A3750BEC71A13FDFD | sha256: 5A51CAED53A75D8339DF176C8F5118CF609F38E73E39097C6D7EDF73721678A0 | sha512: 8F36C49B6E393F46135BE5671B866E7D59C5C72872B8460C4A139522EAD2AC1D43CCB36F9F6A1FDDDF8EEEFCF5AB29B74F4FB94F98ED07E9FF041CDE6C6D17FE
md5: 74DC8D1A0B07A19415416202916546BD | sha1: C1CFC51FDD6D3857975A540D7DF1B695C72DB746 | sha256: 8FD9272F780E6D46D69FF25BF320E7A5CAF5D61FBFB0C89781FBC8F64DAB6596 | sha512: A921F477CF5CCD199CE548D3E6C798B299862405BB8F3B56DCA7798E416946A2BC03C948E0824BF475BAC4DC6608845AC2279417CD8C277F73F77EB373C7881E
md5: 8E11BE34888FF87D5CF901D3AB41D4E3 | sha1: 96F33B440C388779D0BA02081A09F39CFB42B4F8 | sha256: A56EE9D0FD2254B0581F256495B61CC24135A3F1FFFDB4EDD70DB87EFF6DB3AB | sha512: 046524E6901B10CD55DE323583C89BB40F784F20A81755EE4E5C6B12F4565726D91220DC190D551D93A13C01F845920883CB3204878D26D6E412CDFCF242E495
md5: 4689DC289014D1B82625F6E90CBA5D3F | sha1: C3855683F66F48B24C91037D8D0FC609EADB5695 | sha256: 2158CFC2C484EBDEC95FD9959C7EECAEBE44657E1E1DEE5ABB78FC971276829F | sha512: 981E881135927FF26B682EDB340943B85A8BDEFD35ABAEEDA991E652057462D1430B2B00A637AF43E0F54924738FDE266E7D6FB3F9266D6C07DDDEEED085E62F
md5: 6C450F4FB13BD1DF591CA6533E005DC6 | sha1: 53CC0000505FE0065653AF378179EAC679671E0B | sha256: 795ABF08B10483A5D58A95DDA7190FA62CFA56BFE91FBA84DC71FF4918F6EF21 | sha512: 35D6A777AE0F91C641D9A995D7B80E260C2E622C7674A839CD6D000695D69AB3774FA03055D99CED9937A1712C8E9968F1728311F24618770C8A259331E96E56
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Go to https://github.com/NeutronFramework/Neutron/releases/tag/0.2.1 and download neutroncli_0.2.1_win_86_64.zip
extract it and you will find neutroncli.exe
You can then use 'Get-FileHash neutroncli.exe -Algorithm SHA256' to get the hash
* neutroncli.exe SHA hash should be: A1C2AA0CB823B71AE68CE13DE8CF318E3AC361EC78F4054FE974A3A2DE0FA0CD
md5: 812F3A101CD757A2F682D79E54A25391 | sha1: 50ED7AD5C1A1DE5BCBED5E94D62D760F39F5960D | sha256: B964E741986AD049F2A66DAFFDFB4A44A1D2A63852245EE95FFC429EE6887891 | sha512: A6712C9945BF56B938858C5B4334257E3D2B785C3715102AB6F80C16D33AE41355F2D7D1F10BA509B29CBB753E04BE857F7EBEB58536774D04C8C62A5ECBA33C
md5: 03CE69F4B74F1AA789F0A7B99296EA96 | sha1: 1A2CBF88A1881841C8579945A2045B3E36FFE53F | sha256: 5536A72BF99553442693ACD0BDFA5D0F8F892A422F088E3B4C612EA284C85FB9 | sha512: 352E585E3D52A788A6A871EC5CEFEDBDD3E7CAAD411A4BB34B158674E33C21F03A31FA17C2FE24E483DE907BAE3CA53DE572143F5115EEB039A44C66DFE2F3AC
Log in or click on link to see number of positives.
- CliWrap.dll (63523fc67d3f) - ## / 73
- System.CommandLine.dll (2158cfc2c484) - ## / 75
- System.CommandLine.resources.dll (80a66497a01e) - ## / 75
- System.CommandLine.resources.dll (3dfa07de8267) - ## / 72
- System.CommandLine.resources.dll (4283743428f7) - ## / 70
- System.CommandLine.resources.dll (e52478e38b6a) - ## / 73
- System.CommandLine.resources.dll (291da56b4c02) - ## / 72
- System.CommandLine.resources.dll (8b03127957ea) - ## / 75
- System.CommandLine.resources.dll (b4d7904ec3b8) - ## / 72
- System.CommandLine.resources.dll (5a51caed53a7) - ## / 72
- System.CommandLine.resources.dll (8fd9272f780e) - ## / 72
- System.CommandLine.resources.dll (a56ee9d0fd22) - ## / 72
- System.CommandLine.resources.dll (795abf08b104) - ## / 72
- System.CommandLine.resources.dll (b964e741986a) - ## / 72
- System.CommandLine.resources.dll (5536a72bf995) - ## / 72
- neutroncli.0.2.1.nupkg (9cfe768a6257) - ## / 69
- neutroncli.dll (9a8f2a4c40fd) - ## / 73
- neutroncli.exe (a1c2aa0cb823) - ## / 70
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 |
---|---|---|---|---|
neutroncli 0.2.6 | 35 | Tuesday, November 19, 2024 | Approved | |
neutroncli 0.2.5 | 15 | Tuesday, November 19, 2024 | Approved | |
neutroncli 0.2.4 | 23 | Tuesday, November 12, 2024 | Approved | |
neutroncli 0.2.3 | 20 | Tuesday, November 12, 2024 | Approved | |
neutroncli 0.2.2 | 36 | Monday, September 23, 2024 | Approved | |
neutroncli 0.2.1 | 15 | Sunday, September 22, 2024 | Approved | |
neutroncli 0.2.0 | 62 | Sunday, September 22, 2024 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about neutroncli and the neutroncli 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 neutroncli, 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.