8000 Tags · rjeczalik/buffalo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rjeczalik/buffalo

Tags

v0.14-beta.1

Toggle v0.14-beta.1's commit message

Unverified

This user has not yet uploaded their public signing key.
buffalo/cmd/dev: forward flags to generated binary

This PR forwards flags passed to `buffalo dev` to the generated binary
upon execution. In particular the following:

    $ buffalo dev -- -h example.com -p 8080

Will pass the "-- -h example.com -p 8080" flags. This is the same
behaviour as executing the following commands:

    $ buffalo build
    $ ./bin/my-web-app -- -h example.com -p 8080

v0.13.9

Toggle v0.13.9's commit message
version bump: v0.13.9

v0.13.8

Toggle v0.13.8's commit message
version bump: v0.13.8

v0.13.7

Toggle v0.13.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
version bump: v0.13.7

v0.13.6

Toggle v0.13.6's commit message
version bump: v0.13.6

v0.13.5

Toggle v0.13.5's commit message
version bump: v0.13.5

v0.14.0-alpha.3

Toggle v0.14.0-alpha.3's commit message
version bump: v0.14.0-alpha.3

v0.14.0-alpha.2

Toggle v0.14.0-alpha.2's commit message
version bump: v0.14.0-alpha.2

v0.13.4

Toggle v0.13.4's commit message
version bump: v0.13.4

v0.14.0-alpha.1

Toggle v0.14.0-alpha.1's commit message
generated goreleaser

0