OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Let shell commands flow through the Orchard CLI #365

Open orchardbot opened 14 years ago

orchardbot commented 14 years ago

@bleroy created: https://orchard.codeplex.com/workitem/16532

In VIM, you can type "!dir *.cs" and the dir command will be sent to the OS shell instead of being sent through the app's command infrastructure. Orchard.exe should do the same so that users can execute system commands without having to leave the CLI.

orchardbot commented 14 years ago

rpaquay commented:

Postponing feature work