Skip to content

Conversation

@hermanschaaf
Copy link
Member

This adds some terminal output after a successful run of the scaffold command. Otherwise the tool exits and it's not clear what it has done or what to do next.

Example output:

./scaffold source herman test
------------------------------------------------
Successfully created new plugin under cq-source-test 🎉

Next steps:
1. cd cq-source-test
2. go mod tidy                 # fetch dependencies
3. go build .                  # build the plugin
4. ./cq-source-test serve      # run the plugin as a gRPC server

------------------------------------------------

For more information, see the README.md in the plugin directory.

Developer guide: https://cql.ink/go-source-plugin-developer-guide

@hermanschaaf hermanschaaf requested review from a team and bbernays and removed request for a team July 5, 2024 15:44
@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Jul 8, 2024
@kodiakhq kodiakhq bot merged commit 3e61fb0 into main Jul 8, 2024
@kodiakhq kodiakhq bot deleted the scaffold-command-output branch July 8, 2024 08:25
kodiakhq bot pushed a commit that referenced this pull request Jul 9, 2024
🤖 I have created a release *beep* *boop*
---


## [3.1.0](scaffold-v3.0.20...scaffold-v3.1.0) (2024-07-09)


### Features

* Add output to scaffold source command ([#18481](#18481)) ([3e61fb0](3e61fb0))


### Bug Fixes

* Align wording and description with current licensing ([#18371](#18371)) ([ba91d48](ba91d48))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.0 ([#18448](#18448)) ([a5850e1](a5850e1))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.20.3 ([#18495](#18495)) ([86fac37](86fac37))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.0 ([#18415](#18415)) ([3f4ef53](3f4ef53))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.1 ([#18497](#18497)) ([3416eb7](3416eb7))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/scaffold automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants