ansible / ansible/galaxykit

Add support for uploading collection from path

Open
#52 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
10
Forks
16
PR merge metrics
No merged PRs in 30d

Description

example for uploading collection from local filesystem
```
files:
- foo_namespace-bar_collection-1.0.0.tar.gz

command:
galaxykit collection upload ./foo_namespace-bar_collection-1.0.0.tar.gz
```

Usage:
When testing more nuanced features, like signatures we may need an exact, non-dummy collection to test on. This command would allow us, to use a collection which is more detailed or on other ways specific than the default generated ones with orionutils.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the CLI entry point for `galaxykit collection upload` and trace how it currently obtains a collection. Use the local `./foo_namespace-bar_collection-1.0.0.tar.gz` example to verify that an explicitly supplied path is accepted and uploaded successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.