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

Simplify CLI tool commands #10

Closed
rdallman opened this issue Jul 27, 2017 · 7 comments
Closed

Simplify CLI tool commands #10

rdallman opened this issue Jul 27, 2017 · 7 comments
Assignees

Comments

@rdallman
Copy link
Contributor

In gitlab by @treeder on May 11, 2017, 09:49

Reduce down to the following:

  • fn init
    • create func.yaml file
  • fn run
    • build and run function
    • ensure piping into function works, eg: cat input.json | fn run
  • fn deploy
    • bumps version
    • pushes to docker registry
    • updates (or creates) route with new version
@rdallman
Copy link
Contributor Author

In gitlab by @hibooboo2 on May 15, 2017, 11:18

Is there a way to avoid needing a yaml file?

@rdallman
Copy link
Contributor Author

In gitlab by @treeder on May 15, 2017, 11:22

Need something to define the function. User doesn't usually have to think about it much, defaults are good to start with.

@rdallman
Copy link
Contributor Author

In gitlab by @hibooboo2 on May 15, 2017, 11:25

Gotcha.

@rdallman
Copy link
Contributor Author

In gitlab by @treeder on May 15, 2017, 16:18

changed title from {-Initial-} CLI tool commands to {+Simplify+} CLI tool commands

@rdallman
Copy link
Contributor Author

In gitlab by @treeder on May 15, 2017, 16:18

assigned to @treeder

@rdallman
Copy link
Contributor Author

In gitlab by @treeder on May 17, 2017, 12:54

closed

@rdallman
Copy link
Contributor Author

In gitlab by @carimura on May 31, 2017, 08:36

removed ~6 label

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants