Skip to content
Open
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
5 changes: 5 additions & 0 deletions acceptance/apps/init-template/app/out.test.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions acceptance/apps/init-template/app/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
✓ Template instantiation succeeded
4 changes: 4 additions & 0 deletions acceptance/apps/init-template/app/script
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
$CLI experimental apps-mcp tools init-template app --name test_app --sql-warehouse-id abc123 --output-dir output > /dev/null 2>&1
echo "✓ Template instantiation succeeded"
rm -rf output
2 changes: 2 additions & 0 deletions acceptance/apps/init-template/app/test.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Local = true
Cloud = false
5 changes: 5 additions & 0 deletions acceptance/apps/init-template/empty/out.test.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions acceptance/apps/init-template/empty/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
✓ Template instantiation succeeded
4 changes: 4 additions & 0 deletions acceptance/apps/init-template/empty/script
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
$CLI experimental apps-mcp tools init-template empty --name test_empty --catalog main --output-dir output > /dev/null 2>&1
echo "✓ Template instantiation succeeded"
rm -rf output
2 changes: 2 additions & 0 deletions acceptance/apps/init-template/empty/test.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Local = true
Cloud = false
5 changes: 5 additions & 0 deletions acceptance/apps/init-template/job/out.test.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions acceptance/apps/init-template/job/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
✓ Template instantiation succeeded
4 changes: 4 additions & 0 deletions acceptance/apps/init-template/job/script
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
$CLI experimental apps-mcp tools init-template job --name test_job --catalog main --output-dir output > /dev/null 2>&1 || exit 1
echo "✓ Template instantiation succeeded"
rm -rf output
2 changes: 2 additions & 0 deletions acceptance/apps/init-template/job/test.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Local = true
Cloud = false
5 changes: 5 additions & 0 deletions acceptance/apps/init-template/pipeline/out.test.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions acceptance/apps/init-template/pipeline/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
✓ Template instantiation succeeded
4 changes: 4 additions & 0 deletions acceptance/apps/init-template/pipeline/script
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
$CLI experimental apps-mcp tools init-template pipeline --name test_pipeline --language python --catalog main --output-dir output > /dev/null 2>&1
echo "✓ Template instantiation succeeded"
rm -rf output
2 changes: 2 additions & 0 deletions acceptance/apps/init-template/pipeline/test.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Local = true
Cloud = false
Loading