|
| 1 | +--- |
| 2 | +type: docs |
| 3 | +title: "pops connection CLI reference" |
| 4 | +linkTitle: "pops connection" |
| 5 | +slug: pops_connection |
| 6 | +url: /reference/cli/pops_connection/ |
| 7 | +description: "Details on the pops connection Prompt-Ops CLI command" |
| 8 | +--- |
| 9 | +## pops connection |
| 10 | + |
| 11 | +Manage your infrastructure connections using natural language. |
| 12 | + |
| 13 | +### Synopsis |
| 14 | + |
| 15 | + |
| 16 | +Prompt-Ops manages your infrastructure using natural language. |
| 17 | + |
| 18 | +**Cloud Connection:** |
| 19 | +- **Types**: Azure, AWS |
| 20 | +- **Commands**: create, delete, open, list, types |
| 21 | +- **Example**: 'pops connection cloud create' creates a connection to a cloud provider. |
| 22 | + |
| 23 | +**Database Connection:** |
| 24 | +- **Types**: MySQL, PostgreSQL, MongoDB |
| 25 | +- **Commands**: create, delete, open, list, types |
| 26 | +- **Example**: 'pops connection db create' creates a connection to a database. |
| 27 | + |
| 28 | +**Kubernetes Connection:** |
| 29 | +- **Types**: Any available Kubernetes cluster |
| 30 | +- **Commands**: create, delete, open, list, types |
| 31 | +- **Example**: 'pops connection kubernetes create' creates a connection to a Kubernetes cluster. |
| 32 | + |
| 33 | +More connection types and features are coming soon! |
| 34 | + |
| 35 | +### Examples |
| 36 | + |
| 37 | +``` |
| 38 | +
|
| 39 | +- **pops connection create** - Create a connection by selecting from available types. |
| 40 | +- **pops connection open** - Open a connection by selecting from available connections. |
| 41 | +- **pops connection delete** - Delete a connection by selecting from available connections. |
| 42 | +- **pops connection delete --all** - Delete all available connections. |
| 43 | +- **pops connection list** - List all available connections. |
| 44 | + |
| 45 | +``` |
| 46 | + |
| 47 | +### Options |
| 48 | + |
| 49 | +``` |
| 50 | + -h, --help help for connection |
| 51 | +``` |
| 52 | + |
| 53 | +### SEE ALSO |
| 54 | + |
| 55 | +* [pops]({{< ref pops.md >}}) - Prompt-Ops manages your infrastructure using natural language. |
| 56 | +* [pops connection cloud]({{< ref pops_connection_cloud.md >}}) - Manage cloud provider connections. |
| 57 | +* [pops connection create]({{< ref pops_connection_create.md >}}) - Create a new connection |
| 58 | +* [pops connection db]({{< ref pops_connection_db.md >}}) - Manage database connections. |
| 59 | +* [pops connection delete]({{< ref pops_connection_delete.md >}}) - Delete a connection or all connections |
| 60 | +* [pops connection kubernetes]({{< ref pops_connection_kubernetes.md >}}) - Manage kubernetes connections. |
| 61 | +* [pops connection list]({{< ref pops_connection_list.md >}}) - List all connections |
| 62 | +* [pops connection open]({{< ref pops_connection_open.md >}}) - Open a connection |
| 63 | +* [pops connection types]({{< ref pops_connection_types.md >}}) - List all available connection types |
| 64 | + |
| 65 | +###### Auto generated by spf13/cobra on 15-Jan-2025 |
0 commit comments