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

[cli] add support for "deploy" property in deno.json(c) #67

Open
miguelrk opened this issue Dec 27, 2023 · 0 comments
Open

[cli] add support for "deploy" property in deno.json(c) #67

miguelrk opened this issue Dec 27, 2023 · 0 comments
Assignees
Labels
priority: medium Do last (delegate?) type: enhancement Improvement to existing feature

Comments

@miguelrk
Copy link
Contributor

Update the CLI to include an option to inline deployment options in the "deploy" property of deno.json(c).

{
  // ...
  "deploy": {
    "project": "6067570b-ee11-4e2e-b7df-692d11e049d5",
    "exclude": [],
    "include": [
      "main.ts",
      "deps.ts"
    ],
    "entrypoint": "main.ts"
  }
}
@miguelrk miguelrk added the priority: medium Do last (delegate?) label Dec 27, 2023
@miguelrk miguelrk added this to the 12.2023 milestone Dec 27, 2023
@miguelrk miguelrk self-assigned this Dec 27, 2023
@miguelrk miguelrk removed this from the 12.2023 milestone Dec 28, 2023
@miguelrk miguelrk added the type: enhancement Improvement to existing feature label Feb 8, 2024
@miguelrk miguelrk mentioned this issue Feb 8, 2024
37 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium Do last (delegate?) type: enhancement Improvement to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant