-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
- hide (or separate) library interface to reduce public API surface
- then rename
Executableto something likeDynamicObject
- then rename
- define CLI as a public API in terms of Semantic Versioning
- then change positional arguments into flags
- maybe we can just mix
--includeand inputs
- remove
--compress- then remove
Bundle::add_pseudo_procwhich has confusing effect on--testenvironment
- then remove
- stop providing variations of base image
- it is difficult to maintain versioned tags of upstream images
- instead we can distribute an container image just containing magicpak binary so that users can
COPYfrom that image
Metadata
Metadata
Assignees
Labels
No labels