Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Improves Chocolatey Package #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133 changes: 0 additions & 133 deletions _build/nupkg/ReadMe.md

This file was deleted.

131 changes: 0 additions & 131 deletions _build/nupkg/_TODO.txt

This file was deleted.

13 changes: 5 additions & 8 deletions _build/nupkg/rendercli.nuspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,27 @@
<metadata>
<id>rendercli</id>
<version>NUSPEC_PACKAGE_VERSION</version>
<packageSourceUrl>https://github.com/render-oss/render-cli</packageSourceUrl>
<packageSourceUrl>https://github.com/render-oss/render-cli/tree/main/_build/nupkg</packageSourceUrl>
<owners>Render Inc.</owners>

<title>Render CLI</title>
<authors>Render Inc.</authors>
<projectUrl>https://github.com/render-oss/render-cli</projectUrl>
<projectUrl>https://render.com</projectUrl>
<licenseUrl>https://github.com/render-oss/render-cli/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/render-oss/render-cli</projectSourceUrl>
<docsUrl>https://render.com/docs</docsUrl>
<bugTrackerUrl>https://github.com/render-oss/render-cli</bugTrackerUrl>
<bugTrackerUrl>https://github.com/render-oss/render-cli/issues</bugTrackerUrl>
<tags>render cloud paas</tags>
<summary>Launch your next project into the cloud with Render</summary>
<description>
Render is a unified cloud to build and run all your apps and websites with free TLS certificates, a global CDN, DDoS protection, private networks, and auto deploys from Git.

By using our command-line tools you'll be able to quickly kick off new projects from scratch or from our library of examples. Once you're live, you can also use the Render CLI to get information about the state of your infrastructure and to make changes as you see fit.
</description>
<releaseNotes>
https://github.com/render-oss/render-cli/releases
</releaseNotes>
<releaseNotes>https://github.com/render-oss/render-cli/releases</releaseNotes>
</metadata>
<files>
<file src="./render.exe" target="render.exe" />
<file src="./render.exe" target="tools/render.exe" />
<file src="./tools/**" target="tools" />
</files>
</package>
20 changes: 13 additions & 7 deletions _build/nupkg/tools/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@

Note: Include this file if including binaries you have the right to distribute.
Otherwise delete. this file.
From: https://github.com/render-oss/render-cli/blob/main/LICENSE

===DELETE ABOVE THIS LINE AND THIS LINE===
LICENSE

From: <insert applicable license url here>
Copyright 2022 Render, Inc.

LICENSE
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

<Insert License Here>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
6 changes: 2 additions & 4 deletions _build/nupkg/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.


Render, Inc. manages the render-cli package as well as its source code, and
ships binaries herein.
ships binaries herein.