Support the project folder parameter for monaco download #295
Answered
by
mdicss
robertjahn
asked this question in
Archive
-
This would allow me to export what to a "temporary" location so that I can review it. |
Beta Was this translation helpful? Give feedback.
Answered by
mdicss
Apr 16, 2021
Replies: 1 comment
-
You already can use Maybe there should be a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tatomir146
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You already can use
NEW_CLI=1 monaco download -e='environments.yaml' -s='environment' testdownload
to save the download into a folder 'testdownload'.
I use this to be able to compare the new download to a older. But I miss a standard yaml/json structure, see: #279
Maybe there should be a
-p
switch for the project in the commandline but it seems only to work without this in the new cli.