We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for creating this project!
I was wondering if we could add a feature to create a smee.io URL if one isn't supplied for the gosmee client command.
smee.io
gosmee client
As an example, this is the default behavior of https://github.com/probot/smee-client
./smee --help Usage: smee [options] ... -u, --url <url> URL of the webhook proxy service. Default: https://smee.io/new
I tried something similar but it didn't work, so I think we need a flag for this.
./gosmee client https://smee.io/new http://localhost:3000 Tue, 21 Jan 2025 00:18:47 CST INF ⇉ Starting gosmee version: dev Tue, 21 Jan 2025 00:18:47 CST INF 2025-01-21T06.18.01.652 ✓ Forwarding https://smee.io/new to http://localhost:3000
If this is something you are open to, I am more than happy to contribute.
The text was updated successfully, but these errors were encountered:
yes sure! that sounds good to me, the gosmee server is supporting it as well but would be great that both are supported:
curl -o/dev/null -s -L http://hook.pipelinesascode.com/new -w %{url_effective}
Sorry, something went wrong.
No branches or pull requests
Thanks for creating this project!
I was wondering if we could add a feature to create a
smee.io
URL if one isn't supplied for thegosmee client
command.As an example, this is the default behavior of https://github.com/probot/smee-client
I tried something similar but it didn't work, so I think we need a flag for this.
If this is something you are open to, I am more than happy to contribute.
The text was updated successfully, but these errors were encountered: