@salesforce/sf-plugins-core
    Preparing search index...

    Variable orgApiVersionFlagWithDeprecationsConst

    orgApiVersionFlagWithDeprecations: OptionFlag<string | undefined, CustomOptions> = ...

    Adds an alias for the deprecated sfdx-style "apiversion" and provides a warning if it is used See orgApiVersionFlag for full details

    import { Flags } from '@salesforce/sf-plugins-core';
    public static flags = {
    'api-version': Flags.orgApiVersion({
    char: 'a',
    description: 'api version for the org'
    }),
    }