Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

go version go1.20.5

Building

Runmake build on the root directory. awi executable should be created on the home directory.

Usage:

./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.

Examples

Connecting two VPCs with matching Ids across any cloud

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"

Contributing

Thank you for interest in contributing! Please refer to ourcontributing guide.

License

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp