We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c23dbd commit c988088Copy full SHA for c988088
test_example.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+export PROJECT_X_API_KEY="your_api_key"
4
+export PROJECT_X_USERNAME="your_username"
5
+export PROJECT_X_ACCOUNT_NAME="your_account_name"
6
+# export PROJECT_X_ACCOUNT_NAME="S1JUL2315209876"
7
8
+source .venv/bin/activate
9
10
+uv run "${@:-test.py}"
0 commit comments