Skip to content

PipeScript should support Nouns #517

Open
@StartAutomating

Description

@StartAutomating

One can create a noun-oriented command in a fairly predictable fashion:

  1. Define all potential verbs of the noun in a series of commands.
  2. Create a command named Get-Noun, which will automatically map to Noun in PowerShell
  3. Alias the command to the desired verbs where appropriate.
  4. Discover all extensions to this command, given its invocation name
  5. Provide dynamic parameters to the command, given its invocation name.
  6. Create a steppable pipeline to all matching commands
  7. Pass down any appropriate parameters and step thru input

PipeScript should be able to generate a command that performs these steps.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions