summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ff5ea3a)
The PR that adds support for custom config directories got merged
"files": [
{
"path": "$HOME/.fly",
"files": [
{
"path": "$HOME/.fly",
- "movable": false,
- "help": "Currently unsupported.\n\n_Merge Request_: https://github.com/superfly/flyctl/pull/2785\n"
+ "movable": true,
+ "help": "Export the following environment variables:\n\n```bash\nexport FLY_CONFIG_DIR=\"$XDG_STATE_HOME\"/fly\n```\n"