Provide options to deploy and redeploy.

Open
#136 0 comments 0 reactions 1 assignee View on GitHub

@kaladay is already working on this.

Since Jul 27, 2026.

  • #139 by @kaladay — merged
  • #141 by @kaladay — merged
  • #143 by @kaladay — merged

Assessment

This issue has not been assessed yet.

Description

task

Purpose

Testing, reviewing, and maintaining can be burdensome when having to repeatedly run the same three commands.

Scope

  • Provide a command line option deploy that builds and activates.
  • Provide a command line option redeploy that deletes (if necessary), builds, and activates.
    • Either call a GET end point to see if workflow is built and is so, then call DELETE or just call DELETE and treat 404 as not a problem.
    • Make sure to build only if delete succeeds, is not needed, or is a 404.
    • Make sure to activate only if build succeeds.

Details

Provide a simpler way to both build and activate a single workflow instance in one command.

Provide a simpler way to ensure that the workflow has old instances deleted, a new instance built, and that new instance is activated in one command.

Dominant language
TypeScript
Stars
0
Forks
1
Avg merge
1h 55m
Merged PRs (30d)
5

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from TAMULib/fw-cli

All issues in TAMULib/fw-cli

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.