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.438-pre-1

Published by michaeldwan almost 2 years ago

b078cd29 basic allocate and release of shared ips
af9c2782 Set required version to v0.0.33
48ed8fe6 fly pg config update now goes over http instead ssh

flyctl - v0.0.437

Published by michaeldwan almost 2 years ago

f746865f update output and avoid using output var names for clarity
fd114e5c add newline char to output
4e4caf06 fix: remove error if no machines present
ef13139c Validate configuration before building.
c5aa2ea5 fix: Improve error messaging when machine is not found
da93075d fix: minor fix to error messaging
557e06f3 fix: Add error msg for clarity on why machine could not be retrieved

flyctl - v0.0.436

Published by michaeldwan almost 2 years ago

ba100df9 remove extra space
abc70b64 update based on latest mainline branch
c13ff0a4 removed too much
84f07783 remove schedule; add separately
fd28d407 remove comments
80614781 fix deepsource findings
767aded6 Add error check for non-existent organization in fly orgs show.
868424e5 Add singular alias 'snapshot'
b97891c9 fix: add confirm delete step
a528b18c fix: Deploy an app if it has already been launched
bb776230 Change "what you should know" link to use visible doc (#1470)
abe5cb67 use existing http client in GetAppLogs
de12f927 Keep the structure consistent (#1483)
92bef10d Rework PG attach to detangle Nomad/Machine logic (#1482)
4ec2c16f update readDockerIgnore() calls
f2345c7a fix: remove more code
1805b204 fix: comment out unused code
7e71e759 fix: Remove checks handler
f3cbb117 do not report createBuild err when app not found
1641ce51 removed unused stuff
596cf0e8 New doctor checks: build context size, dockerignore
91ab2b64 handle Windows colors
0507068b fix: Add suggestions from feedback
789b65e7 add back Default: false to nixpacks flag
e4f87cef tweak flags for nixpacks, support passing nixpacks env vars to nixpacks command
004d933f fix: Add schedule to flyctl
3d671e32 fix: Log logs
a14e95a2 fix: typo
debab37c fix: Add clearer details about app on creation

flyctl - v0.0.435

Published by michaeldwan almost 2 years ago

815088bc Fix eviction status display for Redis databases
a99cfb25 Rework pg dbs command to untangle nomad/machines (#1480)
d51b3401 PG Config View/Update - Detangling Machines/Nomad (#1478)
0bba7d8c Rework detach process to use new primitives and detangle machines and nomad logic (#1477)
5e8a9c6f Rework pg list users (#1476)
640f0729 Rework pg failover to use new primitives (#1475)
4e3baf2c Start working to untangle nomad from machines (#1474)
57e9e23d Don't run PostgresInitCommands if the user did not install Postgres

flyctl - v0.0.434

Published by michaeldwan almost 2 years ago

590c119d Show redis eviction status on list and status commands
06fc1c58 Cleanup the lease release deferral process (#1471)
f0dcb946 Fly machine update refactor (#1464)
2adb6703 Stop using http to get node roles for machines
f2f3acc5 Allow updating Redis eviction

flyctl - v0.0.433

Published by michaeldwan almost 2 years ago

5d1af61c implment a new flag: --ignorefile string

flyctl - v0.0.432

Published by michaeldwan almost 2 years ago

c7aa07c4 Info command is now compatible with machines (#1466)
b37f2be7 Postgres:launcher new line after setting secrets
71ba74b7 Restart rework (#1457)
ff6d1591 Remove redundant message on pg cluster creation (#1455)
a2d3e2bd fix: add platform check

flyctl - v0.0.431

Published by michaeldwan almost 2 years ago

eeef66af Fixing issue that was preventing --image-ref from working on pg provi… (#1456)

flyctl - v0.0.430

Published by michaeldwan almost 2 years ago

8467611c Allow resetting passwords on redis databases
059ba2e7 Small fix on non interactive error
7ba6d92d Postgres: prompt user to restart cluster after config update
554e879d Fix: fly m stop go to next line before printing success

flyctl - v0.0.429

Published by michaeldwan almost 2 years ago

8ca0456e Include log polling requests in debug logs
dadf1e8c Ensure release commands for launchers can succeed

flyctl - v0.0.428

Published by michaeldwan almost 2 years ago

a230697d Further refactor Redis launcher to allow prompting from the main launcher
ca22ca2d add redis attach functionality
8b81334d Don't hide the launch command
d0acefbd Initial work towards offering Redis in launchers

flyctl - v0.0.428-pre-1

Published by michaeldwan almost 2 years ago

a230697d Further refactor Redis launcher to allow prompting from the main launcher
ca22ca2d add redis attach functionality
8b81334d Don't hide the launch command
d0acefbd Initial work towards offering Redis in launchers

flyctl - v0.0.427

Published by michaeldwan almost 2 years ago

ba04a484 Pass sslmode=disable in postgres DSN

flyctl - v0.0.427-pre-1

Published by michaeldwan almost 2 years ago

ba04a484 Pass sslmode=disable in postgres DSN

flyctl - v0.0.426

Published by michaeldwan almost 2 years ago

c61bce73 Expose Upstash redis dashboard command
2f441822 Update Autoscaling commands for Nomad autoscaler The flyctl autoscaling commands haven't been updated since the switch to Nomad-based autoscaler in Sept 2021. Remove the standard and balanced mode controls since they no longer have any behavior with the current autoscaler.
ab6dac42 Add connection string to credentials output

flyctl - v0.0.425

Published by michaeldwan almost 2 years ago

f82c0221 Remove debugging output
f0895919 Fix launchers by ensuring that the app name is always passed from the config, rather than fetched directly from context
8f2bac33 fix: Rename variables
2fa7799f fix: colors
cf670cc0 fix: Update library for diff
2f7d7bb5 fix: update struct ref
0f36a9c0 fix: Update print statement
4d2f4e52 wip: Add diff to machine config check
1421ca35 dont lose any existing kernel args on update and support setting them

flyctl - v0.0.425-pre-1

Published by michaeldwan almost 2 years ago

f0895919 Fix launchers by ensuring that the app name is always passed from the config, rather than fetched directly from context
8f2bac33 fix: Rename variables
2fa7799f fix: colors
cf670cc0 fix: Update library for diff
2f7d7bb5 fix: update struct ref
0f36a9c0 fix: Update print statement
4d2f4e52 wip: Add diff to machine config check
1421ca35 dont lose any existing kernel args on update and support setting them

flyctl - v0.0.424

Published by michaeldwan almost 2 years ago

3a5c2755 Fix that using --app to override fly.toml would fail when a name is specified in fly.toml
7f2a55ea fix --app flag in fly deploy when fly.toml also present
1cf5b10d Support logging into the Upstash web console to view an organization's database details

flyctl - v0.0.424-pre-1

Published by michaeldwan almost 2 years ago

1cf5b10d Support logging into the Upstash web console to view an organization's database details

flyctl - v0.0.423

Published by michaeldwan almost 2 years ago

314fe063 Homebrew - don't prompt upgrade when it's not available
f3e65eb0 Always use slash / for dockerfile paths including on Windows