You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened
:
Param passed to create-ns.sh does not work
❯ ./create-ns.sh -x sjh
####################################################################
## 2. Namespace: Create (-x option for NameSpace Name)
####################################################################
{
"id": "ns01",
"name": "ns01",
"description": "NameSpace for General Testing"
}
What you expected to happen
:
The namespace sjh is created.
How to reproduce it (as minimally and precisely as possible)
:
❯ ./create-ns.sh -x sjh
Anything else we need to know?
:
Environment
Source version or branch:
OS:
Others:
Proposed solution
:
Any other context
:
[-x 없이 실행하면..]
❯ ./create-ns.sh sjh
####################################################################
## 2. Namespace: Create (-x option for NameSpace Name)
####################################################################
[Warrning] Invalid option [sjh]
[Usage] ./create-ns.sh -param value -param value
[Example] ./create-ns.sh -n myname01 -f ../testSet.env
-n [postfix of resources to generate and retrieve] (ex: -n myname01, default: dev01)
-f [file path to describe a cloud test set] (ex: -f ../testSet01.env, default: ../testSet.env)
-c [specific cloud type] (ex: -c aws, optional)
-r [index of a specific zone of the cloud type] (ex: -r 3, optional)
-x [any value passed to a parameter of the command] (ex: -x vmid01, optional)
-y [any value passed to a parameter of the command] (ex: -y 3, optional)
-z [any value passed to a parameter of the command] (ex: -z file, optional)
The text was updated successfully, but these errors were encountered:
What happened
:
Param passed to
create-ns.sh
does not workWhat you expected to happen
:
The namespace
sjh
is created.How to reproduce it (as minimally and precisely as possible)
:
Anything else we need to know?
:
Environment
Proposed solution
:
Any other context
:
[
-x
없이 실행하면..]The text was updated successfully, but these errors were encountered: