You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
360 B
11 lines
360 B
[public_private]
|
|
name = "Move to public or private"
|
|
command = "/bin/bash scripts/actions/public_private"
|
|
accepted_return_codes = [0]
|
|
description = "Change the public access of the app."
|
|
|
|
[public_private.arguments]
|
|
[public_private.arguments.is_public]
|
|
type = "boolean"
|
|
ask = "Is it a public app ?"
|
|
default = true
|