addConfigureShopwareVersion example


    public function completeArgumentValues($argumentName, CompletionContext $context)
    {
        return [];
    }

    /** * {@inheritdoc} */
    protected function configure()
    {
        parent::addConfigureShopwareVersion();
        parent::addConfigureAuth();
        parent::addConfigureHostname();

        $this
            ->setName('sw:store:list')
            ->setDescription('List licensed plugins.')
        ;
    }

    /** * {@inheritdoc} */

    public function completeArgumentValues($argumentName, CompletionContext $context)
    {
        return [];
    }

    /** * {@inheritdoc} */
    protected function configure()
    {
        parent::addConfigureShopwareVersion();

        $this
            ->setName('sw:store:list:updates')
            ->setDescription('Lists updates for installed plugins.')
        ;
    }

    /** * {@inheritdoc} */
    protected function execute(InputInterface $input, OutputInterface $output)
    {
Home | Imprint | This part of the site doesn't use cookies.