% OCI-PRICELIST(1) Version 1.0.0 | Scripts Documentation % Georg Voell - georg.voell@standby.cloud % (c)2024 Standby.cloud NAME ==== **oci-pricelist** - (BASH Script) Shows listprice (PAYG) for SKU and compare with rete card price, SYNOPSIS ======== | **oci-pricelist** \[_options_] \[_action_] \[_param_] DESCRIPTION =========== Shows listprice (PAYG) for SKU and compare with rete card price, Options ------- -h, \--help          : Displays helptext. -v, \--version          : Displays the version of the script. -c, \--currency         : One currency or comma separated list of currencies e.g. "USD,EUR". -a, \--account          : Cloud account or subscription id. Actions ------- download         : Force download the currend PAYG pricelist. import          : Import rate-card specified by param (a filename). compare          : Get all items from a cost-report specified by param (a filename) and compare with rate-card show          : Show all online prices (PAYG) for partnumber (SKU) specified by param (could be one or more items separated by comma) EXAMPLES ======== **oci-pricelist** show B108188,B108189,B108190 **oci-pricelist** import rate-card-9_18_2024.csv EXIT CODES ========== 01: Unknown or wrong parameter. 02: Could not create pricelist folder 03: Could not download OCI pricelist from internet. 04: Invalid JSON file. 05: Unable to import rate-card 06: Unknown SKU 99: User interrupt. SEE ALSO ======== **do-action**(1)