Adding Powershell snippets to Five Minutes Tutorial#2482
Adding Powershell snippets to Five Minutes Tutorial#2482mkhludnev wants to merge 1 commit intoapache:mainfrom
Conversation
|
I am still mulling over what to do! I am wondering if a ref guide page that was specific to Solr and windows would be a path forward? Here are all the things you need to know... |
|
This PR has had no activity for 60 days and is now labeled as stale. Any new activity or converting it to draft will remove the stale label. To attract more reviewers, please tag people who might be familiar with the code area and/or notify the dev@solr.apache.org mailing list. Thank you for your contribution! |
|
you know, if we got the tabs working, this actually would be nice to add.. At first I thought having Powershell implied a lot of change and maintenance burden... But this looks pretty straightforward. And it's not like these commands and therefore the work to keep updated in ref guide are changing often.... |
|
This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be familiar with the code area and/or notify the dev@solr.apache.org mailing list. To exempt this PR from being marked as stale, make it a draft PR or add the label "exempt-stale". If left unattended, this PR will be closed after another 60 days of inactivity. Thank you for your contribution! |
|
This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again. |
|
BTW, I think this was a nice idea, and maybe in the future we'll add it if we see more folks using powershell. I'm also thinking that in the future as our CLI maybe gets richer, we may find that it's possible to use the CLI for all the thigns int he tutorial, and not need language specific examples... |
Description
Adding Powershell snippets. FWIW PowerShell is a kind of bash in MS Windows.
I've checked these commands on
maindevSlim.They are little bit raw now. Also, I don't know how to represent tabs in *.adoc.