deployers/whiskclient.go (4 lines): - line 77: // TODO implement a command line flag for APIGW_TENANT_ID - line 112: // TODO optionally allow this value to be set from command line arg. - line 121: // TODO decide if we should allow APIGW_TENANT_ID in manifest - line 141: // TODO look to deprecate reading Namespace, APIGW values from manifest or depl. YAML files cmd/export.go (3 lines): - line 162: // TODO: throw if there more than single package managed by project - line 179: // TODO: consider to throw error when there unmanaged or "foreign" assets under managed package - line 413: // TODO: This sometimes fails in Travis, perhaps retry? parsers/manifest_parser.go (2 lines): - line 531: // TODO Add web-secure support for sequences? - line 945: // TODO: the Manifest parser will validate any declared APIs that ref. this action utils/misc.go (1 line): - line 157: // TODO make generic and put into a separate JSON utils source file parsers/yamlparser.go (1 line): - line 232: ApigwAccessToken string `yaml:"apigwAccessToken"` // TODO: support apigwTenantId? deprecate? utils/flags.go (1 line): - line 53: // TODO turn this into a generic utility for formatting any struct