apm_version_get (public)

 apm_version_get [ -version_id version_id ] \
    [ -package_key package_key ] -array array

Defined in packages/acs-tcl/tcl/apm-procs.tcl

Gets information about a package version. TODO: Cache this proc, put it in a namespace and make sure it's used everywhere.

Switches:
-version_id
(optional)
The id of the package version to get info for
-package_key
(optional)
Can be specified instead of version_id in which case the live version of the package will be used.
-array
(required)
The name of the array variable to upvar the info to
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 test_acs_system_information_api acs_system_information_api (test acs-tcl) apm_version_get apm_version_get test_acs_system_information_api->apm_version_get test_apm_version_api apm_version_api (test acs-tcl) test_apm_version_api->apm_version_get apm_version_id_from_package_key apm_version_id_from_package_key (public) apm_version_get->apm_version_id_from_package_key db_1row db_1row (public) apm_version_get->db_1row ad_acs_release_date ad_acs_release_date (public) ad_acs_release_date->apm_version_get ad_acs_version ad_acs_version (public) ad_acs_version->apm_version_get

Testcases:
acs_system_information_api, apm_version_api
[ show source ]
Show another procedure: