Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invoke-Interpreter/PipeScript should JSONify complex arguments #896

Closed
Tracked by #895
StartAutomating opened this issue Feb 4, 2024 · 0 comments
Closed
Tracked by #895
Assignees
Labels
enhancement New feature or request

Comments

@StartAutomating
Copy link
Owner

StartAutomating commented Feb 4, 2024

Since Invoke-Interpreter calls many interpreters that are not PowerShell, it would help to have a "lingua franca" to send complex objects.

Luckily, there is JSON.

If the interpreter is not a [ScriptBlock], and the argument is not a [string], it should be converted into JSON.

@StartAutomating StartAutomating self-assigned this Feb 4, 2024
@StartAutomating StartAutomating added the enhancement New feature or request label Feb 4, 2024
StartAutomating pushed a commit that referenced this issue Feb 4, 2024
…896 )

Using command directly instead of variable reference.
github-actions bot pushed a commit that referenced this issue Feb 4, 2024
…896 )

    Using command directly instead of variable reference.
StartAutomating pushed a commit that referenced this issue Feb 4, 2024
…896 )

Passing Converted Arguments in all Circumstances
github-actions bot pushed a commit that referenced this issue Feb 4, 2024
…896 )

    Passing Converted Arguments in all Circumstances
@StartAutomating StartAutomating changed the title Invoke-Interpreter should JSONify complex arguments Invoke-Interpreter/PipeScript should JSONify complex arguments Feb 4, 2024
StartAutomating pushed a commit that referenced this issue Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant