Manifest Connection
Add a connection to a manifest
The manifest:connection:add
command is used to add a connection to a manifest.
manifest:connection:add
Add a connection to the manifest file
Examples
Flags
Path to manifest file
Connection string (format: postgresql://user[:pass]@host[:port]/db)
Connection type (required if not using connection-string)
Host address (required if not using connection-string)
Port number (required if not using connection-string)
Username (required if not using connection-string)
Password (required if not using connection-string)
Database name (required if not using connection-string)
Connection slug
Remove a connection from a manifest
The manifest:connection:remove
command is used to remove a connection from a manifest.
manifest:connection:remove
Remove a connection from the manifest file
Examples
Arguments
Connection slug to remove
Flags
Path to manifest file
List all connections in a manifest
The manifest:connection:list
command is used to list all connections in a manifest.
manifest:connection:list
List all connections in the manifest file
Examples
Flags
Path to manifest file
Update a connection in a manifest
The manifest:connection:update
command is used to update a connection in a manifest.
manifest:connection:update
Update an existing connection in the manifest file
Examples
Arguments
Connection slug to update
Flags
Path to manifest file
Connection string (format: postgresql://user[:pass]@host[:port]/db)
Connection type (required if not using connection-string)
Host address (required if not using connection-string)
Port number (required if not using connection-string)
Username (required if not using connection-string)
Password (required if not using connection-string)
Database name (required if not using connection-string)