Skip to content

Flags with format "int64" are missing in iaas commands #137

@andrepasteur

Description

@andrepasteur

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:

It seems these parameters are not accepted by octl. For example:

$ octl iaas api UpdateApiAccessPolicy --MaxAccessKeyExpirationSeconds 0 --RequireTrustedEnv false

❌ an error occurred: unknown flag: --MaxAccessKeyExpirationSeconds

Expected 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions