diff --git a/apps-engine/getting-started/creating-an-app.md b/apps-engine/getting-started/creating-an-app.md index 08764da7..5086c342 100644 --- a/apps-engine/getting-started/creating-an-app.md +++ b/apps-engine/getting-started/creating-an-app.md @@ -138,6 +138,8 @@ rc-apps deploy --url -u -p After executing this command, your application will be deployed to the server. +To explore alternative authentication options for deploying your app, such as using 2FA codes or personal access tokens, run the `rc-apps deploy --help` command. + {% hint style="info" %} **Packaging your app**