retire

Use this command to retire a package.

Purpose

The retire command is used to retire a package from the library server. Retiring a package limits who can find or download the package.

Parameters

ram retire package_ID package_version options_with_values
Argument Description Required
package_ID The ID of the package to retire. Yes
package_version The version of the package to retire. If you do not supply a package version, all versions are retired. No
-q query Use the -q parameter to provide a query string to use when searching for the package to retire. No
-config configuration_file The complete path to the configuration file to use for communication with the library server. If you do not specify a configuration file on the command line, the default configuration file in the .ram subdirectory in the home directory of the current user is used. No, as long as the default configuration file exists in the .ram subdirectory of the home directory of the current user.
ram retire oldpackage 2.0.0-20130212

Feedback