UNPKG

@salesforce/plugin-release-management

Version:
20 lines 624 B
/* * Copyright (c) 2020, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ export var CLI; (function (CLI) { CLI["SF"] = "sf"; CLI["SFDX"] = "sfdx"; })(CLI || (CLI = {})); export var Channel; (function (Channel) { Channel["LEGACY"] = "legacy"; Channel["STABLE"] = "stable"; Channel["STABLE_RC"] = "stable-rc"; Channel["LATEST"] = "latest"; Channel["LATEST_RC"] = "latest-rc"; })(Channel || (Channel = {})); //# sourceMappingURL=types.js.map