@axway/axway-central-cli
Version:
Manage APIs, services and publish to the Amplify Marketplace
15 lines (14 loc) • 569 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.serviceAccount = void 0;
const action = async ({}) => {
throw new Error('Creating a service account via "engage" is no longer supported. ' + 'Use the "axway" CLI instead. ' + 'Example: "axway service-account create [options]"');
};
const serviceAccount = exports.serviceAccount = {
aliases: ['service account', 'service-account', 'serviceaccount'],
action,
desc: 'Create a service account',
hidden: true // Hide this command line option since it's no longer supported.
};