Skip to content

Commit 1cc72a6

Browse files
πŸ“ Add cloud deploy to walkthrough (#35)
1 parent 85bc254 commit 1cc72a6

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

β€Žmedia/walkthrough/deploy.gifβ€Ž

10.7 MB
Loading

β€Žpackage.jsonβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,19 @@
234234
"altText": "FastAPI entry point configuration in VS Code settings"
235235
}
236236
},
237+
{
238+
"id": "cloud-deploy",
239+
"title": "Deploy to FastAPI Cloud",
240+
"description": "Deploy your FastAPI app with one click. You'll be prompted to sign in and link your project if needed.\n\n[Deploy](command:fastapi-vscode.deploy)",
241+
"media": {
242+
"image": "media/walkthrough/deploy.gif",
243+
"altText": "Deploying a FastAPI app to FastAPI Cloud"
244+
},
245+
"when": "config.fastapi.cloud.enabled",
246+
"completionEvents": [
247+
"onCommand:fastapi-vscode.deploy"
248+
]
249+
},
237250
{
238251
"id": "feedback",
239252
"title": "Give Feedback & Get Help",

0 commit comments

Comments
Β (0)