-
Notifications
You must be signed in to change notification settings - Fork 0
Flags with format "int64" are missing in iaas commands #137
Copy link
Copy link
Closed
Labels
kind/bugBug fixBug fix
Description
Bug Summary
Flags with format "int64" are missing in iaas commands
Steps to Reproduce
In the OUTSCALE API, there are two calls that have a parameter in the "int64" format. Namely:
- In UpdateApiAccessPolicy, the
MaxAccessKeyExpirationSecondsparameter - In CreateSnapshot, the
SnapshotSizeparameter
It seems these parameters are not accepted by octl. For example:
$ octl iaas api UpdateApiAccessPolicy --MaxAccessKeyExpirationSeconds 0 --RequireTrustedEnv false
❌ an error occurred: unknown flag: --MaxAccessKeyExpirationSecondsExpected Behavior
The flags should be accepted.
Actual Behavior
The flags aren't accepted.
They aren't listed in the --help either.
Project Version
v0.0.19
Environment Info
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugBug fixBug fix