Replies: 1 comment
-
@KarHo17 I think that's a hash type and unfortunately we don't formally support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out the syntax for the gitlab cli to set the container expiration policy attributes for my projects.
gitlab project update --id <ID> --container-expiration-policy-attributes CONTAINER_EXPIRATION_POLICY_ATTRIBUTES.
I've tried yaml syntax, python syntax, even writing the data in a file and reading it back with @/tmp/filename.
Each of my attempts resulted in 'Impossible to update object (400: container_expiration_policy_attributes is invalid)'
Does anyone know the correct syntax to set the policy attributes per CLI ?
It was easy to do with the gitlab python module, but I'm sure that I could accomplish the same with the CLI.
Beta Was this translation helpful? Give feedback.
All reactions