Skip to content

Azure Functions CLI 0.98

Pre-release
Pre-release
Compare
Choose a tag to compare
@ahmelsayed ahmelsayed released this 05 Jun 22:51
· 1084 commits to master since this release

#144 func new returns Running with stdin\stdout redirected error
#62 Add commands to list available templates
#88 Indicate which functions are disabled in the console output
#41 Provide option to publish appsettings as part of function app publish
#99 Port core CLI features to .NET Core (aside from host start)
#137 Authentication error prints stacktrace
#93 Add a --no-interactive switch to func host start and func run to enable integration testing
#143 Remove 'func functionapp' command
#104 Add an option to turn off source control in func init
#108 Publish command sometimes returns a 503
#100 TraceWriter LogLevel "verbose" Ignored
#2 Automatically insert values for CLI version and script host version
#128 ServiceBusQueueTrigger not working with azure-functions-cli
#139 Provide documentation about encrypt/decrypt settings
#10 Set headers to disable browser cache on VFS requests
#63 Port discovery logic in func run
#127 If network connection is interrupted during 'func azure login', get a stacktrace
#107 README typo for functionapp init
#112 func azure command tries to log in to azure
#38 When connection strings are missing, provide a tip on how to fetch app settings
#95 Provide a better error message when failing to decrypt a setting
#138 KeyVault incompatible with Functions
#85 When using func run with http trigger, print a warning
#123 When running func run from within Function directory App setting are not picked up
#140 Change default of func init to IsDecrypted=false
#90 Add a "feedback" option the CLI
#134 CLI will fail if the npm module path contains non-ascii characters
#132 func.exe terminates after error when debugging as a web project
#126 Timer lease is not released when shutting down the CLI
#121 Error calling the functions host: ServiceUnavailable / The host is taking longer than expected to start
#136 Why does "func host start" assume bin?
#122 Rename default appsettings.json file to local.settings.json
#79 Allow specifying a custom port in appsettings.json
#133 Allow specifying CORS settings in local.settings.json
#124 Calling a Manual Trigger function just returns "Error calling the functions host: Unauthorized"