Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Add install -e option #139

Closed
chouseknecht opened this issue Sep 11, 2018 · 1 comment
Closed

Add install -e option #139

chouseknecht opened this issue Sep 11, 2018 · 1 comment

Comments

@chouseknecht
Copy link
Contributor

Similar to pip install -e. The -e option will enable Ansible to find and execute content found in a local project directory structure.

As a developer I want to create a new collection, so I run mazer init foo, to create a new Ansible Collection named foo in the current working directory. This new project is not in the Ansible content path, so Ansible cannot see any of the content I add to the collection.

To make the content visible to Ansible, I will run mazer install -e foo, and Mazer will add the appropriate symlinks, and thus make any new content added to the project accessible to Ansible.

The command should support:

  • . for the current working directory
  • A path to a project
  • A -g or --global option to add the project to the global content path
@chouseknecht chouseknecht added this to the Mazer 1.0.0 milestone Sep 11, 2018
@chouseknecht chouseknecht added this to To do in Feature Development via automation Sep 11, 2018
@chouseknecht
Copy link
Contributor Author

Closed by #141

Feature Development automation moved this from To do to Done Sep 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

1 participant