Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kamal): add autocomplete for kamal #2076

Merged
merged 10 commits into from
Jan 4, 2024

Conversation

Zeko369
Copy link
Contributor

@Zeko369 Zeko369 commented Sep 4, 2023

No description provided.

@withfig-bot
Copy link
Collaborator

withfig-bot commented Sep 4, 2023

Overview

src/kamal.ts:

Info:

Single Functions:

postProcess:

 function (out) {
    try {
      return JSON.parse(out).map((destination: string) => ({
        name: destination,
      }));
    } catch (e) {
      console.error(e);
      return [];
    }
  }

@withfig-bot
Copy link
Collaborator

Hello @Zeko369,
thank you very much for creating a Pull Request!
Here is a small checklist to get this PR merged as quickly as possible:

  • Do all subcommands / options which take arguments include the args property (args: {})?
  • Are all options modular? E.g. -a -u -x instead of -aux
  • Have all other checks passed?

Please add a 👍 as a reaction to this comment to show that you read this.

@Zeko369 Zeko369 marked this pull request as ready for review December 25, 2023 11:02
@grant0417 grant0417 merged commit 1a6f695 into withfig:master Jan 4, 2024
5 checks passed
@withfig withfig locked and limited conversation to collaborators Jan 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants