customCommandsPosition: first customCommands: - id: custom-menu label: Custom commands commands: - id: generate-manifest-xml label: Generate manifest icon: file.svg tooltip: Generates a manifest package.xml using local sfdx source files command: sf project manifest create --source-path force-app --name myNewManifest helpUrl: https://megalinter.io/ - id: list-all-orgs label: List all orgs icon: salesforce.svg tooltip: List all orgs that has already been authenticated using sfdx command: sf org list --all - id: custom-menu-2 label: Another custom menu commands: - id: echo label: Echo something icon: user.svg tooltip: Useless commands just to show that we can use not sfdx commands too command: echo "Something"