Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: medium Do last (delegate?) type: enhancement Improvement to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant