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

Create an app using only the CLI #22

Closed
fr3fou opened this issue Aug 12, 2019 · 1 comment
Closed

Create an app using only the CLI #22

fr3fou opened this issue Aug 12, 2019 · 1 comment

Comments

@fr3fou
Copy link

fr3fou commented Aug 12, 2019

When using caprover deploy it only gives you the option use an already existing app.

I propse a new prompt is added while deploying to create an app right from the CLI, it would make the entire process much less troublesome and faster.

@githubsaturn githubsaturn transferred this issue from caprover/caprover Aug 12, 2019
@githubsaturn
Copy link
Collaborator

Please see the discussion here: #12

Short version:

The reason is that CapRover has a relatively large API, not all API methods are implemented in CLI. It'll be a maintenance nightmare to have a CLI command for each API endpoint. We kept the CLI commands limited to most common ones.

However, we now have a generic API subcommand, this lets you call any endpoint and customize based on your specific needs. https://github.com/caprover/caprover-cli#api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants