-
Notifications
You must be signed in to change notification settings - Fork 42
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
Labels
feature request
New feature request (template-set)
Milestone
Comments
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: