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

Option for identifier #7

Open
erikng opened this issue Jul 29, 2015 · 3 comments
Open

Option for identifier #7

erikng opened this issue Jul 29, 2015 · 3 comments

Comments

@erikng
Copy link
Contributor

erikng commented Jul 29, 2015

As discussed yesterday, it would be nice if a preference file could be written to that added a common identifier or if you could use --identifier when create new projects.

~/Library/Preferences/com.github.munki.munkipkg.plist

<key>identifier</key>
</string>com.test.pkg</string>

./munkipkg --create Test --json

"identifier": "com.test.pkg.Test"

./munkipkg --create Test --json

"identifier": "com.github.munki.pkg.Test"

Desired:
./munkipkg --create Test --json --identifier "com.test.pkg"

"identifier": "com.test.pkg.Test"

@erikng
Copy link
Contributor Author

erikng commented Jul 29, 2015

Spitballing here, but perhaps a better option is for an admin to create either a plist or json (or multiple!) file that can be referenced. This current enhancement idea doesn't solve other missing/desired elements (signing key).

@gregneagle
Copy link
Contributor

Sounds like maybe what you really want/need is project templates...

@erikng
Copy link
Contributor Author

erikng commented Jul 29, 2015

Yes, I didn't explicitly call them "templates" on my last comment, but that's exactly what I mean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants