flyctl

Command line tools for fly.io services

APACHE-2.0 License

Downloads
229
Stars
1.4K
Committers
180

Bot releases are hidden (Show)

flyctl - v0.0.113

Published by michaeldwan over 4 years ago

Changelog

89620e0 fix: ensure extra args present before normalizing

flyctl - v0.0.111

Published by michaeldwan over 4 years ago

Changelog

9851dd5 Merge branch 'master' of github.com:superfly/flyctl
84b4967 Rdid formatting and wraps
7a44cd2 chore: Replace deprecated CreateBuild with StartBuild mutation
ae09f08 docfixes
5a1494b feat: pass custom args to docker build with --build-arg flag
3c8f732 fix: don't uppercase build arg names from fly.toml

flyctl - v0.0.110

Published by michaeldwan over 4 years ago

Changelog

6b25ff5 Add dockerfile flag to deploy command
ac59ced Merge pull request #94 from superfly/typofix
f1c8af4 Resolve both Dockerfile and dockerfile (fixes #76)
15e4dd7 Simple is immediate now
8dc6d2d Typo fix
a5db2b8 add update strategy flag to deploy command
5e0f435 exclude fly.toml from final image (fixes #93)
cf4c2ec remove dead code

flyctl - v0.0.109

Published by michaeldwan over 4 years ago

Changelog

dbe285f Added emphasis
479eee0 Merge pull request #84 from superfly/betterhelp
9428ce5 Merge pull request #85 from superfly/list-orgs
f9301e2 Small fix for json tags
1a67a0b Updated help pages and layout
d701692 display alloc status+logs on deployment failure
5fd17a7 status alloc command

flyctl - v0.0.108

Published by michaeldwan over 4 years ago

Changelog

8a7f550 Add --remote-only flag to deploy

flyctl - v0.0.106

Published by michaeldwan over 4 years ago

Changelog

a97fef1 build+push only remote builds
2f1b0d9 clean remote build log output

flyctl - v0.0.105

Published by michaeldwan over 4 years ago

Changelog

e147625 Change env var name

flyctl - v0.0.104

Published by michaeldwan over 4 years ago

Changelog

8f61c4c read image tag from env

flyctl - v0.0.103

Published by michaeldwan over 4 years ago

Changelog

544cca7 Allow setting region min count and weight to zero
df3563b Remove debug print statements
466ff16 Use api.fly.io by default
1abc94d extract api init into client
762393d flyctl client
252541d panic handler
adea50d refactoring deploy pipeline
18710f7 use exported function

flyctl - v0.0.102

Published by michaeldwan over 4 years ago

Changelog

abceb75 curl
1236fa1 hide for now

flyctl - v0.0.101

Published by michaeldwan over 4 years ago

Changelog

a9eb29e reset-all and reset-region flags

flyctl - v0.0.100

Published by michaeldwan over 4 years ago

Changelog

5cd983c fix cert configured for alpn certs

flyctl - v0.0.99

Published by michaeldwan over 4 years ago

Changelog

b9ff81c Fix image id comparison for very long app names
111228a handle dropped error

flyctl - v0.0.98

Published by michaeldwan over 4 years ago

Changelog

b023ce5 Merge pull request #54 from alrs/fix-api-error
74c193e api: fix dropped error
6504623 scale regions & vm size
9e688be support setting weights
8b18557 vm-sizes command

flyctl - v0.0.97

Published by michaeldwan over 4 years ago

Changelog

1221e3b attempt to reset github actions
fb9f984 restore release action

flyctl - v0.0.95

Published by michaeldwan over 4 years ago

Changelog

7ee732c Remove things that used old task fields
c41e5b3 flyctl platform regions command

flyctl - v0.0.94

Published by michaeldwan over 4 years ago

Changelog

dc695d9 Merge branch 'master' into appspflag
1317fa9 Merge pull request #59 from superfly/appspflag
9275405 Modified to only internal port setting
7f2bab8 Modified to only internal port setting
f62407b New flag -p
5196358 New flag -p implemented
c5bc127 SetPorts => SetInternalPort
c1c6292 helper to set ports in the config
2422e38 scale command

flyctl - v0.0.93

Published by michaeldwan over 4 years ago

Changelog

a2aa3d3 Better propagation of cancel signals (fixes #53)
86a7198 Replace example app builder with Dockerfile

flyctl - v0.0.92

Published by michaeldwan over 4 years ago

Changelog

f38ae31 Handle undefined build configs

flyctl - v0.0.91

Published by michaeldwan over 4 years ago

Changelog

873b046 Replace git-based dockerfile builders with CNB