Changelog

All notable changes to Fundamentum CLI

0.2.1 March 2026
  • Fixed function listing loading initial page twice
↓ Download this version
0.2.0 March 2026
  • Used the fundamentum-iot endpoint for functions too, so there's a single endpoint in config
  • Added support for pagination when listing functions
  • Added support for invoking function by id and project (and not only name)
↓ Download this version
0.1.0 January 2026
  • Added command to list contexts
↓ Download this version
0.0.1 January 2026
  • Added support for device serial number in file transfer commands
  • Removed useless context option from transfer parent command
↓ Download this version
0.0.1-rc7 November 2025
  • Fixed issue where function link's context was not used in 'functions edit', 'functions upload' and 'functions invoke' commands
  • Moved command 'config functions list' to 'functions names list'
  • Moved command 'functions learn' to 'functions names add'
  • Command 'function names add' now accepts its parameters via named arguments instead of interactively
↓ Download this version
0.0.1-rc6 November 2025
  • Fixed an issue where strings returned by functions were not displayed correctly
↓ Download this version
0.0.1-rc5 November 2025
  • Indicated which flags are required in command reference
  • Removed constraint for mandatory context flag in function learn and new commands
  • Added check-update command to check if CLI is at most recent version
  • Removed the need to set FUN_CONTEXT_NAME when passing context via environment
  • Added config functions list command to list local functions
  • Printed the whole execution result when invoking a function
↓ Download this version
0.0.1-rc4 November 2025
  • Renamed FUN_CONTEXT_FUNDAMENTUM_ENDPOINT to FUN_CONTEXT_FUNDAMENTUM_IOT_ENDPOINT
↓ Download this version
0.0.1-rc3 November 2025
  • Removed environment variable FUN_CONTEXT_AUTH_TYPE
  • Renamed environment variables to more consistent names
↓ Download this version
0.0.1-rc2 November 2025
  • Removed the auth command, now superfluous with the oauth login
↓ Download this version
0.0.1-rc November 2025
  • Initial version supporting oauth login, port-forward, file transfers and functions
↓ Download this version