intersystems / intersystems/ipm

`package` command with `-path` specified should export tarball into that path

Open
#944 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.