Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

Custom command not found when running without Docker #164

@thierrydallacroce

Description

@thierrydallacroce

Our project, which utilizes dkan2 and dkan-tools, has its own custom dkan-tools command in namespace DkanTools\Command. When running within Docker, dkan-tools finds the command just fine. However, when running without Docker, dktl-tools does not find the custom command and throws the following error:

[Symfony\Component\Console\Exception\CommandNotFoundException] There are no commands defined in the ... namespace.

The issue seems to originate in dkan-tools' composer.json, specifically line 14 of the autoload section:

    "DkanTools\\Custom\\": "/var/www/src/command"

Dkan-tools wrongly assumes /var/www is a relevant path when DKTL_MODE is HOST.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions