Skip to content

Input Formatting #167

Open
Open
@MarkMichaelis

Description

@MarkMichaelis

In a similar way to output formats in #166, we should consider input formatting.
What can we do in System.CommandLine that allows us to pipe the output of objects from one program into another without requiring PowerShell?
E.g. Allow a user to run:
GetADUsers.exe /Group PowerUsers /OutputFormat json | AddUsersToAzureGroup /InputFormat json
Input formats could be handled for command line arguments or even via the console stdin.
There is also the concept of providing command line arguments from different providers such as files, command line, environment variables... etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions