- Notifications
You must be signed in to change notification settings - Fork0
Command line interface to execute AWI commands to list and connect network domains.
License
NotificationsYou must be signed in to change notification settings
app-net-interface/awi-cli
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
go version go1.20.5
Runmake build on the root directory. awi executable should be created on the home directory.
./awi --helpCLI for connecting networking and application resources through Cisco Catalyst WANUsage: awi [command]Available Commands: completion Generate the autocompletion script for the specified shell create Create resources delete Delete resources generate-token Update config with generated tokens get get resource help Help about any command list List resourcesFlags: -c, --config string Configuration file in YAML format (default "config.yaml") -h, --help help for awiUse "awi [command] --help" for more information about a command.apiVersion:awi.app-net-interface.io/v1alpha1kind:InterNetworkDomainConnection# Connection across network domainsmetadata:name:"aws-infra-vpc-to-sandbox-vpc"#generate an appropriate namespec:source:metadata:name:"Infra VPC"#source network domain namedescription:""networkDomain:selector:#Select network name based on the below selection criteriamatchId:id:"vpc-067cfa335f9a2e657"destination:metadata:name:"Sandbox VPC"#Destination network domain namedescription:""networkDomain:selector:#Select network name based on the below selection criteriamatchId:id:"vpc-003643f14c9e5a38d"
Connecting two VPCs - source vpc labeld as "infra" and destination vpc labled as "sandbox" (across any cloud)
apiVersion:awi.app-net-interface.io/v1alpha1kind:InterNetworkDomainConnectionmetadata:name:"aws-infra-vpcs-to-sandbox-vpcs-labels"labels:awi_watching:truespec:source:metadata:name:"Infra VPCs"description:""networkDomain:selector:matchLabels:name:"infra"destination:metadata:name:"Sandbox VPCs"description:""networkDomain:selector:matchLabels:env:"sandbox"
Thank you for interest in contributing! Please refer to ourcontributing guide.
awi-infra-guard is released under the Apache 2.0 license. SeeLICENSE.
awi-infra-guard is also made possible thanks tothird party open source projects.
About
Command line interface to execute AWI commands to list and connect network domains.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.