Skip to content
New issue

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

Make the CLI work on CI #2

Open
egoist opened this issue Nov 1, 2024 · 1 comment
Open

Make the CLI work on CI #2

egoist opened this issue Nov 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@egoist
Copy link

egoist commented Nov 1, 2024

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

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
@Siumauricio
Copy link
Contributor

Yeah makes sense, I have to adapt the commands to accept the inline flags

@Siumauricio Siumauricio added the enhancement New feature or request label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants