valory-xyz / open-aea

A framework for open autonomous economic agent (AEA) development - no package vendor is prioritised over other package vendors
https://open-aea.docs.autonolas.tech
Apache License 2.0
65 stars 16 forks source link

AEA push does not support push custom individual packages #727

Closed jmoreira-valory closed 7 months ago

jmoreira-valory commented 7 months ago

Describe the bug

Missing custom packages in autonomy/aea push:

aea push --help
Usage: autonomy push [OPTIONS] {connection|contract|protocol|skill}
                     PUBLIC_ID_OR_PATH

  Push a non-vendor package of the agent to the registry.

Options:
  --mixed   To use a local and remote registries.
  --remote  To use a remote registry.
  --local   To use a local registry.
  --help    Show this message and exit.
jmoreira-valory commented 7 months ago

Fixed on #729