attempting to fix cucumber
parent
3e1cd0c789
commit
98e191794a
|
@ -84,7 +84,6 @@ Feature: Help command
|
||||||
|
|
||||||
Command Description
|
Command Description
|
||||||
------- -----------
|
------- -----------
|
||||||
creds List all credentials in the database
|
|
||||||
db_connect Connect to an existing database
|
db_connect Connect to an existing database
|
||||||
db_disconnect Disconnect from the current database instance
|
db_disconnect Disconnect from the current database instance
|
||||||
db_export Export a file containing the contents of the database
|
db_export Export a file containing the contents of the database
|
||||||
|
@ -98,5 +97,16 @@ Feature: Help command
|
||||||
services List all services in the database
|
services List all services in the database
|
||||||
vulns List all vulnerabilities in the database
|
vulns List all vulnerabilities in the database
|
||||||
workspace Switch between database workspaces
|
workspace Switch between database workspaces
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Credentials Backend Commands
|
||||||
|
============================
|
||||||
|
|
||||||
|
Command Description
|
||||||
|
------- -----------
|
||||||
|
creds List all credentials in the database
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue