-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrsc.nuspec
48 lines (42 loc) · 2.38 KB
/
rsc.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rsc</id>
<version>9.0.0</version>
<packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/rsc</packageSourceUrl>
<owners>Douglas Thrift</owners>
<title>rsc - RightScale API Client</title>
<authors>Flexera</authors>
<projectUrl>https://github.com/flexera-public/rsc</projectUrl>
<iconUrl>https://cdn.rawgit.com/douglaswth/chocolatey-packages/master/icons/rsc.png</iconUrl>
<licenseUrl>https://github.com/flexera-public/rsc/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/flexera-public/rsc</projectSourceUrl>
<bugTrackerUrl>https://github.com/flexera-public/rsc/issues</bugTrackerUrl>
<tags>rsc flexera rightscale API rest cli go golang</tags>
<summary>Generic RightScale API client Go package and command line tool</summary>
<description>
# rsc - A generic RightScale API client
`rsc` provides both a command line tool and a go package for interacting with the RightScale APIs.
The currently supported APIs are the RightScale Cloud Management API 1.5 and 1.6 APIs, the
RightScale Self-Service 1.0 APIs (latest version for this product) and the RightLink10 APIs exposed
by the RightLink10 agent. The RightScale APIs reference can be found on the
[RightScale docs](http://docs.rightscale.com/api/) site.
`rsc` can be used in one of two ways:
* as a command line tool
* as a way to make API requests to RightScale programmatically from Go code
## Command Line Tool
The command line tool uses subcommands to interact with each API. Use `rsc cm15` to send requests
to the RightScale Cloud Management API 1.5, `rsc cm16` to send requests to the RightScale Cloud
Management API 1.6, `rsc ss` to send requests to the RightScale Self-Service API 1.0 and `rsc rl10`
to send requests to RightLink10.
**Please Note**: This is an automatically updated package. 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.
</description>
<releaseNotes>See the [CHANGELOG](https://github.com/flexera-public/rsc/blob/master/CHANGELOG.md).</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>