Skip to content

Option for identifier #7

@erikng

Description

@erikng

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions