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

Add scripts section to pyproject.toml #39

Merged
merged 2 commits into from
Jun 7, 2024

Commits on Jun 4, 2024

  1. Add scripts section to pyproject.toml

    When I converted Manifester to pyproject.toml, I did not include a
    `project.scripts` section. As a result, an executable for the Manifester
    CLI is not installed when the Manifester package is installed. This PR
    adds a `project.scripts` section to pyproject.toml so the Manifester CLI
    is easily accessible.
    synkd committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    04815ea View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add Usage: manifester [OPTIONS] COMMAND [ARGS]...

      Command-line interface for manifester.
    
    Options:
      --help  Show this message and exit.
    
    Commands:
      delete        Delete subscription allocations in inventory and...
      get-manifest  Return a subscription manifester based on the settings...
      inventory     Display the local inventory file's contents. to codeql-analysis GitHub action
    synkd committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c2587c2 View commit details
    Browse the repository at this point in the history