pops connection CLI reference
Details on the pops connection Prompt-Ops CLI command
pops connection
Manage your infrastructure connections using natural language.
Synopsis
Prompt-Ops manages your infrastructure using natural language.
Cloud Connection:
- Types: Azure, AWS
- Commands: create, delete, open, list, types
- Example: ‘pops connection cloud create’ creates a connection to a cloud provider.
Database Connection:
- Types: MySQL, PostgreSQL, MongoDB
- Commands: create, delete, open, list, types
- Example: ‘pops connection db create’ creates a connection to a database.
Kubernetes Connection:
- Types: Any available Kubernetes cluster
- Commands: create, delete, open, list, types
- Example: ‘pops connection kubernetes create’ creates a connection to a Kubernetes cluster.
More connection types and features are coming soon!
Examples
- **pops connection create** - Create a connection by selecting from available types.
- **pops connection open** - Open a connection by selecting from available connections.
- **pops connection delete** - Delete a connection by selecting from available connections.
- **pops connection delete --all** - Delete all available connections.
- **pops connection list** - List all available connections.
Options
-h, --help help for connection
SEE ALSO
- pops - Prompt-Ops manages your infrastructure using natural language.
- pops connection cloud - Manage cloud provider connections.
- pops connection create - Create a new connection
- pops connection db - Manage database connections.
- pops connection delete - Delete a connection or all connections
- pops connection kubernetes - Manage kubernetes connections.
- pops connection list - List all connections
- pops connection open - Open a connection
- pops connection types - List all available connection types