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

CLI path globs #108

Open
stdweird opened this issue Jun 5, 2016 · 0 comments
Open

CLI path globs #108

stdweird opened this issue Jun 5, 2016 · 0 comments

Comments

@stdweird
Copy link
Member

stdweird commented Jun 5, 2016

Support paths with glob on the CLI, eg. ccm /software/components/*/enabled

Proposed globs

  • */[], globs for a single subpath, can have letters etc mixed (e.g. /softwar/package/a*)
  • **, any subpaths (probably greedy, not sure if it will allow /a**, probably not)

The globs do not work to select sub-paths of safe unescaped paths (e.g. ccm /software/components/metaconfig/services/{/etc/* (but .../services/_2fetc_2f* should)

@stdweird stdweird added this to the 16.8 milestone Jun 5, 2016
@stdweird stdweird modified the milestones: 16.10, 16.8 Aug 5, 2016
@stdweird stdweird modified the milestones: 16.12, 16.10 Oct 12, 2016
@stdweird stdweird modified the milestones: 17.2, 16.12 Nov 24, 2016
@jrha jrha modified the milestones: 17.3, 17.2 Feb 10, 2017
@jrha jrha modified the milestones: 17.6, 17.3 Mar 22, 2017
@jrha jrha removed this from the 17.8 milestone Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants