Changelog
All notable changes to Fundamentum CLI
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)
0.0.1
January 2026
- Added support for device serial number in file transfer commands
- Removed useless context option from transfer parent command
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
0.0.1-rc6
November 2025
- Fixed an issue where strings returned by functions were not displayed correctly
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
0.0.1-rc4
November 2025
- Renamed FUN_CONTEXT_FUNDAMENTUM_ENDPOINT to FUN_CONTEXT_FUNDAMENTUM_IOT_ENDPOINT
0.0.1-rc3
November 2025
- Removed environment variable FUN_CONTEXT_AUTH_TYPE
- Renamed environment variables to more consistent names
0.0.1-rc2
November 2025
- Removed the auth command, now superfluous with the oauth login
0.0.1-rc
November 2025
- Initial version supporting oauth login, port-forward, file transfers and functions
Fundamentum