intersystems / intersystems/ipm
`package` command with `-path` specified should export tarball into that path
Open
bug
- Dominant language
- ObjectScript
- Stars
- 41
- Forks
- 29
- Avg merge
- 23h 54m
- Merged PRs (30d)
- 4
Description
When you call zpm "package" with a path specified, e.g. `\foo\bar\`, it exports the code into `\foo\bar\` but creates the tarball at `\foo\bar.tgz\`. This is one directory level up from what is expected. The result should be `\foo\bar\-.tgz`. If such a file already exists, it should overwrite but provide a warning that overwriting has happened.
Note, this may break people's automation/workflows so is backwards incompatible.
Contributor guide
Assessment
This issue has not been assessed yet.