2025-08-21 12:16:54 +02:00
|
|
|
|
2025-09-03 12:50:47 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
2025-08-21 12:16:54 +02:00
|
|
|
COLLECTION_SLUG=$(python ./create_collection.py --return-slug)
|
|
|
|
|
echo "Created collection: $COLLECTION_SLUG"
|
|
|
|
|
|
|
|
|
|
# Use it in the next command
|
|
|
|
|
python add_model_to_collection.py "$COLLECTION_SLUG" "username/my-model"
|