template flag for export master #22
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
more info required
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
yulqen/datamaps#22
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@yulqen sorry to raise two issues in two days.
Is it possible to have a --template or -t flag to point to a filepath for a template when doing the
datamaps export mastercommand. This would be useful is it will save the user having to keep placing a newblank_templateinto theinputfolder every time it changes. No deadline for this.Cheers.
Sure, I'll look into it.
@banillie
Can you please test version 1.1.8 which implements the
--template/-tflag on theexportcommand. Also fixed the use of relative or absolute paths when using-don theexportcommand - this didn't reflect how it worked forimport.cd /tmp && python3 -m venv venv && source venv/bin/activatepip install git+https://github.com/yulqen/datamaps.git@masterdatamaps export master -t PATH_TO_TEMPLATE -d PATH_TO_DATAMAP PATH_TO_MASTERReport problems here! There are bound to be - I'm rusty on this project.
@yulqen tested and working like a charm. That will be really useful addition. Thank you.
Great - will release the update in the next day or so and let you know. Thanks for testing.
v1.1.8 released.