@oblique/cli
Version:
Command Line Interface to manage Oblique projects
20 lines (18 loc) • 1.32 kB
JavaScript
/**
* @file Oblique, The front-end framework for your Swiss branded UI.
* @copyright 2020 - 2026 Federal Office of Information Technology, Systems and Telecommunication FOITT {@link https://www.bit.admin.ch}
* @version 15.4.1 (released on 2026-07-09, supported at least until 2027-02-28)
* @author Oblique team, FOITT, BS-BSC-EN4 <oblique@bit.admin.ch>
* @license MIT {@link https://github.com/oblique-bit/oblique/blob/master/LICENSE}
* @see https://oblique.bit.admin.ch
*/
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.schema = exports.updateDescriptions = void 0;
exports.updateDescriptions = {
summaryText: 'Updates Oblique and runs the migration.',
};
/* Generated content, do not edit */
// prettier-ignore
exports.schema = { "$id": "oblique-cli-ob-update-schema", "title": "Oblique CLI ob update schema", "properties": { "verbose": { "type": "boolean", "defaultValue": false, "description": "Enables verbose mode for the Oblique's \"update\" Schematic." }, "force": { "type": "boolean", "defaultValue": true, "description": "Enables force mode for the Oblique's \"update\" Schematic." }, "allow-dirty": { "type": "boolean", "defaultValue": true, "description": "Enables allow-dirty mode for the Oblique's \"update\" Schematic." } } };
/* End of generated content */