Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to specify plugin and type along with the name for a dependent resource #158

Closed
mdellweg opened this issue Feb 19, 2021 · 0 comments · Fixed by #161
Closed

Allow to specify plugin and type along with the name for a dependent resource #158

mdellweg opened this issue Feb 19, 2021 · 0 comments · Fixed by #161
Labels
feature request New feature request (template-set)
Milestone

Comments

@mdellweg
Copy link
Member

The referencing schema for resources (like remote on repositories) should follow the pattern: [[app_label:]type:]name

Given that "file" is the default type, all those should be equivalent:
pulp file repository update --name "test" --remote "test_remote"
pulp file repository update --name "test" --remote "file:test_remote"
pulp file repository update --name "test" --remote "file:file:test_remote"

If the name has colons: ::name:with:colons

mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Feb 22, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Feb 22, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Mar 8, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
@mdellweg mdellweg added the feature request New feature request (template-set) label Mar 17, 2021
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Mar 18, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Apr 10, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Apr 10, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Apr 25, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Apr 28, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 2, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 9, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 9, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 9, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 9, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 9, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 12, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 12, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

Fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 12, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

Fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 22, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

Fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 22, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

Fixes pulp#158
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue May 26, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

Fixes pulp#158
mdellweg added a commit that referenced this issue May 26, 2021
The options accept resources by the "[[<plugin>:]<type>:]name" pattern.

Fixes #158
@mdellweg mdellweg added this to the 0.10.0 milestone Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request (template-set)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants