const plugins = usedExtensions.filter((extn) => extn.type === 'plugin' &&
        // Do no list the plugin itself, this is based on the name of the extension and the current name of the
        // project that this commands runs from.
        extn.name !== commandObject.context.packageJSON.name);