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

Enhance containerlab's topology file parsing to fetch remote topologies #1669

Closed
hellt opened this issue Oct 24, 2023 · 1 comment
Closed

Comments

@hellt
Copy link
Member

hellt commented Oct 24, 2023

Instead of doing this

curl -sL srlinux.dev/clab-srl2 | containerlab deploy -c -t -

it would be cooler to be able to just do

containerlab deploy -c -i -t srlinux.dev/clab-srl2

The new -i flag indicates that the contents of a file should be fetched with HTTP instead of cloning this as a repo. Then the fetched bytes should be passed as stding to existing function.

@hellt
Copy link
Member Author

hellt commented Nov 7, 2023

done in #1704

@hellt hellt closed this as completed Nov 7, 2023
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

No branches or pull requests

1 participant