Skip to content

Bundle Command #47

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

Merged
merged 5 commits into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .github/assets/demo/demo-dark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/demo/demo-dark.mp4
Binary file not shown.
12 changes: 10 additions & 2 deletions .github/assets/demo/demo-dark.tape
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Set Height 750

Hide
Type "cd tests/test_default_use_case" Enter
Type "alias conda-deny='$HOME/Projects/conda-deny/target/debug/conda-deny'" Enter
Type "export PS1='$ '" Enter
Type "clear" Enter

Show
Expand All @@ -21,8 +23,14 @@ Sleep 5s
Type "clear" Sleep 1s Enter
Sleep 3s

Type "cat license_whitelist.toml" Sleep 1s Enter
Type "bat license_whitelist.toml" Sleep 1s Enter
Sleep 3s

Type@150ms "conda-deny check" Sleep 1s Enter
Sleep 6s
Sleep 5s

Type@150ms "conda-deny bundle --prefix ../test_conda_prefixes/test-env" Sleep 1s Enter
Sleep 7s

Type@150ms "tree .conda-deny" Sleep 1s Enter
Sleep 5s
Binary file modified .github/assets/demo/demo-light.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/demo/demo-light.mp4
Binary file not shown.
12 changes: 10 additions & 2 deletions .github/assets/demo/demo-light.tape
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Set Height 750

Hide
Type "cd tests/test_default_use_case" Enter
Type "alias conda-deny='$HOME/Projects/conda-deny/target/debug/conda-deny'" Enter
Type "export PS1='$ '" Enter
Type "clear" Enter

Show
Expand All @@ -21,8 +23,14 @@ Sleep 5s
Type "clear" Sleep 1s Enter
Sleep 3s

Type "cat license_whitelist.toml" Sleep 1s Enter
Type "bat license_whitelist.toml" Sleep 1s Enter
Sleep 3s

Type@150ms "conda-deny check" Sleep 1s Enter
Sleep 6s
Sleep 5s

Type@150ms "conda-deny bundle --prefix ../test_conda_prefixes/test-env" Sleep 1s Enter
Sleep 7s

Type@150ms "tree .conda-deny" Sleep 1s Enter
Sleep 5s
5 changes: 2 additions & 3 deletions .github/assets/demo/rerender_vhs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@

# Make sure you are in an environment with vhs installed

export PS1="> "
vhs demo-light.tape
vhs demo-dark.tape
vhs .github/assets/demo/demo-light.tape
vhs .github/assets/demo/demo-dark.tape
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ compliance/

output/
tests_private/

# conda-deny bundle default output directory
bundle/
Loading