Skip to content

enhance(blueprint): Accept input from stdin#56

Merged
oschwartz10612 merged 1 commit intofosrl:devfrom
LaurenceJJones:feat/blueprint-stdin
Apr 24, 2026
Merged

enhance(blueprint): Accept input from stdin#56
oschwartz10612 merged 1 commit intofosrl:devfrom
LaurenceJJones:feat/blueprint-stdin

Conversation

@LaurenceJJones
Copy link
Copy Markdown
Member

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Allow users to pipe output of commands to stdin for the blueprint file, this is useful when you want to send a blueprint file but dont want to leave any artifacts on disk.

How to test?

echo "public-resources:
  marmot-http:
    name: Marmot HTTP
    protocol: http
    full-domain: test.example.com
    targets:
      - site: classic-yellow-bellied-marmot
        hostname: localhost
        method: http
        port: 80" | pangolin apply blueprint --file -

Allow users to pipe output of commands to stdin for the blueprint file, this is useful when you want to send a blueprint file but dont want to leave any artifacts on disk
@oschwartz10612 oschwartz10612 merged commit 2155b57 into fosrl:dev Apr 24, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants