spacelift-io / spacectl

Spacelift client and CLI
MIT License
131 stars 35 forks source link

Add module search #247

Closed tomasmik closed 3 weeks ago

tomasmik commented 1 month ago

Currently we use modules() query to fetch a list of modules, however we have introduced a graphql query to search modules instead - searchModules(input: SearchInput!): SearchModulesOutput!

As we've refactored the stacks command, let's also do the same with modules.