Skip to content

Commit eba07a0

Browse files
authored
chore: Deprecate old functions-framework executable (#72)
1 parent 30f9d4a commit eba07a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/functions-framework

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@
1616

1717
require "functions_framework/cli"
1818

19+
puts "WARNING: The functions-framework executable is deprecated and will be"
20+
puts "removed in a future version. Please use functions-framework-ruby instead."
21+
1922
::FunctionsFramework::CLI.new.parse_args(::ARGV).run.complete

0 commit comments

Comments
 (0)