You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature to install flyctl in a dev container has an issue with installing the latest version. The workaround for everyone using it right now is specifying the version you wanna use it, so the feature can install the CLI correctly.
I could create a new feature for the fly CLI, but I'm not sure how should I pass it here since it kinda already exists. Can someone guide me in this? Would I create one to substitute it? Or it would have a deprecated one and the current one?
The text was updated successfully, but these errors were encountered:
Unfortunately, we won't be able to mark the fly CLI as deprecated ; unless the author themselves decides to update & mark it as deprecated.
However, you can add this Feature with the fix in a separate repository of your control. The devcontainers/feature-starter repo has more guidance on self authoring them.
The feature to install flyctl in a dev container has an issue with installing the latest version. The workaround for everyone using it right now is specifying the version you wanna use it, so the feature can install the CLI correctly.
This problem can be described in dhoeric/features#25 and dhoeric/features#31. Where I talk about the problem and create a PR (dhoeric/features#26) to fix. But the creator of that repo doesn't seem to maintain it anymore.
I could create a new feature for the fly CLI, but I'm not sure how should I pass it here since it kinda already exists. Can someone guide me in this? Would I create one to substitute it? Or it would have a
deprecated
one and the current one?The text was updated successfully, but these errors were encountered: