right-st.nuspec 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
  3. <metadata>
  4. <id>right-st</id>
  5. <version>1.9.4</version>
  6. <packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/right-st</packageSourceUrl>
  7. <owners>Douglas Thrift</owners>
  8. <title>right_st - RightScale ServerTemplate and RightScript tool</title>
  9. <authors>Flexera</authors>
  10. <projectUrl>https://github.com/rightscale/right_st</projectUrl>
  11. <iconUrl>http://cdn.rawgit.com/douglaswth/chocolatey-packages/master/icons/right-st.png</iconUrl>
  12. <licenseUrl>https://github.com/rightscale/right_st/blob/master/LICENSE</licenseUrl>
  13. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  14. <projectSourceUrl>https://github.com/rightscale/right_st</projectSourceUrl>
  15. <bugTrackerUrl>https://github.com/rightscale/right_st/issues</bugTrackerUrl>
  16. <tags>right_st flexera rightscale API rest cli go golang</tags>
  17. <summary>RightScale ServerTemplate and RightScript tool</summary>
  18. <description>
  19. `right_st` is a tool for managing RightScale ServerTemplate and RightScripts. The tool is able to download, upload, and show ServerTemplate and RightScripts using RightScale's API. This tool can easily be hooked into Travis CI or other build systems to manage these design objects if stored in Github. See below for usage examples.
  20. # Configuration
  21. Right ST interfaces with the [RightScale API](http://reference.rightscale.com/api1.5). Credentials for the API can be provided in two ways:
  22. 1. YAML-based configuration file - Run `right_st config account &lt;name&gt;`, where name is a nickname for the account, to interactively write the configuration file into `$HOME/.right_st.yml` for the first time. You will be prompted for the following fields:
  23. * Account ID - Numeric account number, such as `60073`
  24. * API endpoint host - Hostname, typically `my.rightscale.com`
  25. * Refresh Token - Your personal OAuth token available from **Settings &gt; Account Settings &gt; API Credentials** in the RightScale Cloud Management dashboard
  26. 2. Environment variables - These are meant to be used by build systems such as Travis CI. The following vars must be set: `RIGHT_ST_LOGIN_ACCOUNT_ID`, `RIGHT_ST_LOGIN_ACCOUNT_HOST`, `RIGHT_ST_LOGIN_ACCOUNT_REFRESH_TOKEN`. These variables are equivalent to the ones described in the YAML section above.
  27. **Please Note**: This is an automatically updated package. If you find it is
  28. out of date by more than a day or two, please contact the maintainer(s) and
  29. let them know the package is no longer updating correctly.
  30. </description>
  31. <releaseNotes>See the [ChangeLog](https://github.com/rightscale/right_st/blob/master/ChangeLog.md).</releaseNotes>
  32. </metadata>
  33. <files>
  34. <file src="tools\**" target="tools" />
  35. </files>
  36. </package>