Skip to content

Conversation

@MilyMilo
Copy link
Contributor

  1. Add env variable CTFCLI_PLUGIN_DIR to override default plugin dir - useful for development of plugins.
  2. Change plugin load print to a debug log so it's not displayed with every invocation of ctfcli
  3. Move plugin loading logic from main file to utils/plugins

@ColdHeat
Copy link
Member

I like the idea. Please fix lints and this can be merged.

@MilyMilo
Copy link
Contributor Author

Sure, linter was acting up for some reason but it's fixed. @ColdHeat

# Deploy the image by creating service
service = s.post(
"/api/v1/services", json={"name": slug, "image": location,}
"/api/v1/services", json={"name": slug, "image": location,},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suspicious looking formatting here but I'll let it slide I guess.

@ColdHeat ColdHeat merged commit a9d6f11 into CTFd:master Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants