-
Notifications
You must be signed in to change notification settings - Fork 19
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
Refactor Init command to use athena/cli #10
Comments
Current plan is to have Athena create an This would also include some QoL changes to the display of commands:
|
Merged
Blacksmoke16
added a commit
that referenced
this issue
Dec 15, 2021
Blacksmoke16
added a commit
that referenced
this issue
Dec 15, 2021
* Overhaul of the DI implementation * Brings about many improvements
Blacksmoke16
added a commit
that referenced
this issue
Dec 15, 2021
Blacksmoke16
added a commit
that referenced
this issue
Dec 15, 2021
* Remove dependency on YAML * Use class method overloading to supply config * Support parameters * Support auto adding resolvable types to the configuration resolver
Blacksmoke16
added a commit
that referenced
this issue
Dec 15, 2021
* Remove redundant build CI step * Add negotiation component API docs * Refactor config docs based on new implementation * Finish porting docs to mkdocs (#9) * Fix routing related doc warnings * Build docs in strict mode * Update python deps * Make horizontal scroll bar a bit taller * Doc Updates (#10) * Add static file listener to cookbook * Add section about validations * Add section on returning files * Bump deps
Blacksmoke16
added a commit
that referenced
this issue
Dec 15, 2021
* Leverage centralized workflow configuration * Update scheduled run so it executes _after_ nightlies are published * Update specs to not depend on `jq` * Bump `ameba`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactor the init command to be ran via an
athena
executable in./bin
. Could rename it togenerate config
or something to generate the config file.Future CLI commands could be added.
Athena::Cli::Command
The text was updated successfully, but these errors were encountered: