We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use the CLI on CI to automate deployment, I know there's API available but why not make the CLI capable of running on CI?
For example dokploy app deploy uses inquirer to get application id interactively, ideally it should support dokploy app deploy --appId myId
dokploy app deploy
dokploy app deploy --appId myId
For this to work it should also read auth info from environment variables:
DOKPLOY_URL=xxx DOKPLOY_AUTH_TOKEN=xxx dokploy app deploy --appId myId
The text was updated successfully, but these errors were encountered:
Yeah makes sense, I have to adapt the commands to accept the inline flags
Sorry, something went wrong.
No branches or pull requests
I want to use the CLI on CI to automate deployment, I know there's API available but why not make the CLI capable of running on CI?
For example
dokploy app deploy
uses inquirer to get application id interactively, ideally it should supportdokploy app deploy --appId myId
For this to work it should also read auth info from environment variables:
The text was updated successfully, but these errors were encountered: