Fix enumerated list and add error "command not found" solution
Merge request reports
Activity
requested review from @vilem.ded
assigned to @marina.popleteeva
- Resolved by Marina Popleteeva
- Resolved by Marina Popleteeva
- Resolved by Marina Popleteeva
Just a comment: you can include code blocks in the howto card ... I'd prefer that instead of the images
requested review from @laurent.heirendt
@marina.popleteeva, any progress on this?
No, because we did not agreed
Let me try to explain myself one more time :)I do not like commands written in the way:
/Users/firstname.lastname/.aspera/ascli/sdk/ascp -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/newfolder /temp
because I do not understand which part of them should stay and which part should go. And I believe this past of how-to-card is for people like me. If they are more advanced they can find a solution by themselves.
I prefer the way<path> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/<remote-dir> </local-dir>
. This way is more clear for me. However, Vilem wanted a real (dummy) path.I proposed to have a path with
<>
and an image as illustration of real example:### Command-Line error "command not found: ascp" ### Run <code>ascli config ascp show</code> to show path of <code>ascp</code>. Modify command with the path instead of <code>ascp</code>:<br> Here is an example of *download* command<br> `<path> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/<remote-dir> </local-dir>` Here is a real example of the command with mentioned modifications: 
In how to card it will look like the following: `
Command-Line error "command not found: ascp"
Run
ascli config ascp show
to show path ofascp
.Modify command with the path instead of
ascp
:
Here is an example of download command
<path> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/<remote-dir> </local-dir>
Here is a real example of the command with mentioned modifications:
`
Edited by Marina Popleteevaok @marina.popleteeva :) lets keep also the screenshot. Although, I still don't understand how a git tracked code block with terminal-like output example is different to a screenshot.
Also, if I were you, I would not include your real username ;)
@laurent.heirendt we came to a conclusion on this issue :) You can merge now.
- Resolved by Laurent Heirendt
Can you resolve all the threads?